Skip to content

Commit

Permalink
Release version 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 13, 2022
1 parent 3e905fa commit 7ea8304
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 3.3.0-dev
-----------------
Version 3.3.0-dev [13 Sep 2022]
-------------------------------
- Update Unicode data to 15.0.0.


Expand Down
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UniLib: embeddable Unicode Library
Version 3.3.0-devel
Version 3.3.0

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="header" id="header">
<h1>UniLib: embeddable Unicode Library</h1>
<h2>Version 3.3.0-devel</h2>
<h2>Version 3.3.0</h2>
</div>

<div class="toc">
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.t2t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UniLib: embeddable Unicode Library
Version 3.3.0-devel
Version 3.3.0

= Introduction =[introduction]

Expand Down
2 changes: 1 addition & 1 deletion gen/Makefile
Original file line number Diff line number Diff line change
@@ -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-dev
UNILIB=3.3.0
UNICODE=15.0.0

all: generate.pl Makefile data/UnicodeData-$(UNICODE).txt.xz data/CompositionExclusions-$(UNICODE).txt.xz $(TARGETS:%=template/%)
Expand Down
2 changes: 1 addition & 1 deletion unilib/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
UNILIB_VERSION := 3.3.0
UNILIB_UNICODE_VERSION := 15.0.0

UNILIB_OBJECTS := unicode uninorms unistrip utf8 utf16 version
2 changes: 1 addition & 1 deletion unilib/unicode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "unicode.h"
Expand Down
2 changes: 1 addition & 1 deletion unilib/unicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion unilib/uninorms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "uninorms.h"
Expand Down
2 changes: 1 addition & 1 deletion unilib/uninorms.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion unilib/unistrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "unistrip.h"
Expand Down
2 changes: 1 addition & 1 deletion unilib/unistrip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion unilib/utf16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "utf16.h"
Expand Down
2 changes: 1 addition & 1 deletion unilib/utf16.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion unilib/utf8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "utf8.h"
Expand Down
2 changes: 1 addition & 1 deletion unilib/utf8.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down
4 changes: 2 additions & 2 deletions unilib/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#include "version.h"
Expand All @@ -17,7 +17,7 @@ namespace unilib {

// Returns current version.
version version::current() {
return {3, 3, 0, "dev"};
return {3, 3, 0, ""};
}

} // namespace unilib
Expand Down
2 changes: 1 addition & 1 deletion unilib/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
// UniLib version: 3.3.0
// Unicode version: 15.0.0

#pragma once
Expand Down

0 comments on commit 7ea8304

Please sign in to comment.