File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2024 Alexander Borisov
2+ * Copyright (C) 2018-2025 Alexander Borisov
33 *
44 * Author: Alexander Borisov <borisov@lexbor.com>
55 */
@@ -26,8 +26,8 @@ extern "C" {
2626#include "lexbor/core/types.h"
2727#include "lexbor/core/lexbor.h"
2828
29- #define LEXBOR_VERSION_MAJOR 1
30- #define LEXBOR_VERSION_MINOR 8
29+ #define LEXBOR_VERSION_MAJOR 2
30+ #define LEXBOR_VERSION_MINOR 0
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 @@ -40,10 +40,6 @@ LXB_API lexbor_dobject_t *
4040lexbor_dobject_destroy (lexbor_dobject_t * dobject , bool destroy_self );
4141
4242
43- LXB_API uint8_t *
44- lexbor_dobject_init_list_entries (lexbor_dobject_t * dobject , size_t pos );
45-
46-
4743LXB_API void *
4844lexbor_dobject_alloc (lexbor_dobject_t * dobject );
4945
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ extern "C" {
1616#include "lexbor/dom/interfaces/document.h"
1717#include "lexbor/dom/interfaces/node.h"
1818#include "lexbor/dom/interfaces/attr.h"
19- #include "lexbor/dom/interfaces/document_type.h"
2019
2120
2221struct lxb_dom_document_type {
You can’t perform that action at this time.
0 commit comments