File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#include "lexbor/core/lexbor.h"
2828
2929#define LEXBOR_VERSION_MAJOR 2
30- #define LEXBOR_VERSION_MINOR 8
30+ #define LEXBOR_VERSION_MINOR 7
3131#define LEXBOR_VERSION_PATCH 0
3232
3333#define LEXBOR_VERSION_STRING LEXBOR_STRINGIZE(LEXBOR_VERSION_MAJOR) "." \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
1616
1717
1818#define LXB_DOM_VERSION_MAJOR 2
19- #define LXB_DOM_VERSION_MINOR 1
19+ #define LXB_DOM_VERSION_MINOR 0
2020#define LXB_DOM_VERSION_PATCH 0
2121
2222#define LXB_DOM_VERSION_STRING \
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2026 Alexander Borisov
2+ * Copyright (C) 2018-2025 Alexander Borisov
33 *
44 * Author: Alexander Borisov <borisov@lexbor.com>
55 */
@@ -15,7 +15,7 @@ extern "C" {
1515
1616
1717#define LXB_HTML_VERSION_MAJOR 2
18- #define LXB_HTML_VERSION_MINOR 9
18+ #define LXB_HTML_VERSION_MINOR 8
1919#define LXB_HTML_VERSION_PATCH 0
2020
2121#define LXB_HTML_VERSION_STRING LEXBOR_STRINGIZE(LXB_HTML_VERSION_MAJOR) "." \
Original file line number Diff line number Diff line change 11# Lexbor patches
22
3+ > [ !IMPORTANT]
4+ > This process was largely automated in update-lexbor.sh.
5+
36Upon syncing the Lexbor sources, the patches in this directory need to be applied.
4- The current Lexbor version is 2.5 .0.
7+ The current Lexbor version is 2.7 .0.
58
69## Overview
710
Original file line number Diff line number Diff line change 44
55PATCHES_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
66LEXBOR_REPO=" https://github.com/lexbor/lexbor"
7- LEXBOR_REF=" 49982b5874aa7d5d79e8a15654fbabc2efb9dc90 "
7+ LEXBOR_REF=" v2.7.0 "
88LEXBOR_BASE=" $( cd " $PATCHES_DIR /.." && pwd) "
99LEXBOR_DIR=" $LEXBOR_BASE /lexbor"
1010LEXBOR_TMP_DIR=" $LEXBOR_BASE /lexbor_tmp"
You can’t perform that action at this time.
0 commit comments