From 6dea4f31b24b3b652614f483f005dd057fcd36a9 Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Tue, 13 Sep 2022 21:37:23 +0200 Subject: [PATCH] Bump version to 3.3.1-dev. --- CHANGES | 4 ++++ MANUAL | 2 +- MANUAL.html | 2 +- doc/manual.t2t | 2 +- gen/Makefile | 2 +- unilib/Makefile.include | 2 +- unilib/unicode.cpp | 2 +- unilib/unicode.h | 2 +- unilib/uninorms.cpp | 2 +- unilib/uninorms.h | 2 +- unilib/unistrip.cpp | 2 +- unilib/unistrip.h | 2 +- unilib/utf16.cpp | 2 +- unilib/utf16.h | 2 +- unilib/utf8.cpp | 2 +- unilib/utf8.h | 2 +- unilib/version.cpp | 4 ++-- unilib/version.h | 2 +- 18 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGES b/CHANGES index 1aae498..268a804 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Version 3.3.1-dev +----------------- + + Version 3.3.0 [13 Sep 2022] --------------------------- - Update Unicode data to 15.0.0. diff --git a/MANUAL b/MANUAL index a0ed22a..ee53fcd 100644 --- a/MANUAL +++ b/MANUAL @@ -1,5 +1,5 @@ UniLib: embeddable Unicode Library -Version 3.3.0 +Version 3.3.1-dev Introduction ============ diff --git a/MANUAL.html b/MANUAL.html index db28e3e..1546fb8 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -9,7 +9,7 @@
diff --git a/doc/manual.t2t b/doc/manual.t2t index 74114af..229def1 100644 --- a/doc/manual.t2t +++ b/doc/manual.t2t @@ -1,5 +1,5 @@ UniLib: embeddable Unicode Library -Version 3.3.0 +Version 3.3.1-dev = Introduction =[introduction] diff --git a/gen/Makefile b/gen/Makefile index c89e705..36e6feb 100644 --- a/gen/Makefile +++ b/gen/Makefile @@ -1,5 +1,5 @@ TARGETS=Makefile.include unicode.cpp unicode.h uninorms.cpp uninorms.h unistrip.cpp unistrip.h utf8.cpp utf8.h utf16.cpp utf16.h version.cpp version.h -UNILIB=3.3.0 +UNILIB=3.3.1-dev UNICODE=15.0.0 all: generate.pl Makefile data/UnicodeData-$(UNICODE).txt.xz data/CompositionExclusions-$(UNICODE).txt.xz $(TARGETS:%=template/%) diff --git a/unilib/Makefile.include b/unilib/Makefile.include index 1116c1a..696c93f 100644 --- a/unilib/Makefile.include +++ b/unilib/Makefile.include @@ -7,7 +7,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -UNILIB_VERSION := 3.3.0 +UNILIB_VERSION := 3.3.1-dev UNILIB_UNICODE_VERSION := 15.0.0 UNILIB_OBJECTS := unicode uninorms unistrip utf8 utf16 version diff --git a/unilib/unicode.cpp b/unilib/unicode.cpp index 67b199b..714e2a5 100644 --- a/unilib/unicode.cpp +++ b/unilib/unicode.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "unicode.h" diff --git a/unilib/unicode.h b/unilib/unicode.h index a2335f7..d2224d6 100644 --- a/unilib/unicode.h +++ b/unilib/unicode.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once diff --git a/unilib/uninorms.cpp b/unilib/uninorms.cpp index 44e4e3c..805ecfa 100644 --- a/unilib/uninorms.cpp +++ b/unilib/uninorms.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "uninorms.h" diff --git a/unilib/uninorms.h b/unilib/uninorms.h index 0692607..860e931 100644 --- a/unilib/uninorms.h +++ b/unilib/uninorms.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once diff --git a/unilib/unistrip.cpp b/unilib/unistrip.cpp index f5cabce..dad85cc 100644 --- a/unilib/unistrip.cpp +++ b/unilib/unistrip.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "unistrip.h" diff --git a/unilib/unistrip.h b/unilib/unistrip.h index b6223c1..e265bc9 100644 --- a/unilib/unistrip.h +++ b/unilib/unistrip.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once diff --git a/unilib/utf16.cpp b/unilib/utf16.cpp index 92bc7c4..7a8dd5d 100644 --- a/unilib/utf16.cpp +++ b/unilib/utf16.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "utf16.h" diff --git a/unilib/utf16.h b/unilib/utf16.h index 153907b..e54221e 100644 --- a/unilib/utf16.h +++ b/unilib/utf16.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once diff --git a/unilib/utf8.cpp b/unilib/utf8.cpp index be007fb..20d03b3 100644 --- a/unilib/utf8.cpp +++ b/unilib/utf8.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "utf8.h" diff --git a/unilib/utf8.h b/unilib/utf8.h index 635f952..fe23e5a 100644 --- a/unilib/utf8.h +++ b/unilib/utf8.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once diff --git a/unilib/version.cpp b/unilib/version.cpp index 034f4b7..4c384da 100644 --- a/unilib/version.cpp +++ b/unilib/version.cpp @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #include "version.h" @@ -17,7 +17,7 @@ namespace unilib { // Returns current version. version version::current() { - return {3, 3, 0, ""}; + return {3, 3, 1, "dev"}; } } // namespace unilib diff --git a/unilib/version.h b/unilib/version.h index 2061c32..de9606e 100644 --- a/unilib/version.h +++ b/unilib/version.h @@ -7,7 +7,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // -// UniLib version: 3.3.0 +// UniLib version: 3.3.1-dev // Unicode version: 15.0.0 #pragma once