Skip to content

Commit

Permalink
Release version 3.1.0.
Browse files Browse the repository at this point in the history
Most notable change is Unicode 8.0.0.
  • Loading branch information
foxik committed Jun 29, 2015
1 parent 89b92b5 commit dfd4278
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.0.2-devel
-------------------
Version 3.1.0 [29 Jun 2015]
---------------------------
- Update Unicode to 8.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.0.2-devel
Version 3.1.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.0.2-devel</h2>
<h2>Version 3.1.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.0.2-devel
Version 3.1.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.0.2-devel
UNILIB=3.1.0
UNICODE=8.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.0.2-devel
UNILIB_VERSION := 3.1.0
UNILIB_UNICODE_VERSION := 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.0.0

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

// Returns current version.
version version::current() {
return {3, 0, 2, "devel"};
return {3, 1, 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.0.2-devel
// UniLib version: 3.1.0
// Unicode version: 8.0.0

#pragma once
Expand Down

0 comments on commit dfd4278

Please sign in to comment.