Skip to content

Commit

Permalink
Bump version to 3.3.1-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 13, 2022
1 parent b77ccfc commit 6dea4f3
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.3.1-dev
-----------------


Version 3.3.0 [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
Version 3.3.1-dev

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</h2>
<h2>Version 3.3.1-dev</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
Version 3.3.1-dev

= 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
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/%)
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
UNILIB_VERSION := 3.3.1-dev
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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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
// UniLib version: 3.3.1-dev
// 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, ""};
return {3, 3, 1, "dev"};
}

} // 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
// UniLib version: 3.3.1-dev
// Unicode version: 15.0.0

#pragma once
Expand Down

0 comments on commit 6dea4f3

Please sign in to comment.