From 9aec2ed109a1a3e6c0a6e5c8d62567177deb0c19 Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Fri, 6 Mar 2015 15:22:47 +0100 Subject: [PATCH] Release version v3.0.1. --- 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, 20 insertions(+), 20 deletions(-) diff --git a/CHANGES b/CHANGES index 360bb42..e5bb3e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -Version 3.0.1-devel -------------------- +Version 3.0.1 [06 Mar 2015] +--------------------------- - Move version::current from header to object file. diff --git a/MANUAL b/MANUAL index 6a299cc..a552beb 100644 --- a/MANUAL +++ b/MANUAL @@ -1,5 +1,5 @@ UniLib: embeddable Unicode Library -Version 3.0.1-devel +Version 3.0.1 Introduction ============ diff --git a/MANUAL.html b/MANUAL.html index 9a8a62a..9e6f1da 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -9,7 +9,7 @@
diff --git a/doc/manual.t2t b/doc/manual.t2t index b62b549..079af1f 100644 --- a/doc/manual.t2t +++ b/doc/manual.t2t @@ -1,5 +1,5 @@ UniLib: embeddable Unicode Library -Version 3.0.1-devel +Version 3.0.1 = Introduction =[introduction] diff --git a/gen/Makefile b/gen/Makefile index fe81431..134c6e4 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.0.1-devel +UNILIB=3.0.1 UNICODE=7.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 f30062f..2f4fe5e 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.0.1-devel +UNILIB_VERSION := 3.0.1 UNILIB_UNICODE_VERSION := 7.0.0 UNILIB_OBJECTS := unicode uninorms unistrip utf8 utf16 version diff --git a/unilib/unicode.cpp b/unilib/unicode.cpp index 0285efc..d25bd03 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "unicode.h" diff --git a/unilib/unicode.h b/unilib/unicode.h index a8f4e68..b404551 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once diff --git a/unilib/uninorms.cpp b/unilib/uninorms.cpp index 7636d99..fc75582 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "uninorms.h" diff --git a/unilib/uninorms.h b/unilib/uninorms.h index f0c0d17..166511c 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once diff --git a/unilib/unistrip.cpp b/unilib/unistrip.cpp index 074ce21..4465d66 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "unistrip.h" diff --git a/unilib/unistrip.h b/unilib/unistrip.h index f6fa88a..0cf4225 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once diff --git a/unilib/utf16.cpp b/unilib/utf16.cpp index 622949c..26356e5 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "utf16.h" diff --git a/unilib/utf16.h b/unilib/utf16.h index 28907b8..29f1ea2 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once diff --git a/unilib/utf8.cpp b/unilib/utf8.cpp index 1c9c038..a8d8c90 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "utf8.h" diff --git a/unilib/utf8.h b/unilib/utf8.h index bb068ba..f7b53cd 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once diff --git a/unilib/version.cpp b/unilib/version.cpp index 080b2a8..4bc4c6e 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #include "version.h" @@ -17,7 +17,7 @@ namespace unilib { // Returns current version. version version::current() { - return {3, 0, 1, "devel"}; + return {3, 0, 1, ""}; } } // namespace unilib diff --git a/unilib/version.h b/unilib/version.h index c32c8d4..9bb0f84 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.0.1-devel +// UniLib version: 3.0.1 // Unicode version: 7.0.0 #pragma once