From 5bead302d5a42412a81dc45f03c9b8d2e8b239a5 Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Sun, 15 May 2016 16:43:52 +0200 Subject: [PATCH] Release version v1.9.0-prerelease. --- CHANGES | 4 ++-- MANUAL | 2 +- MANUAL.html | 2 +- doc/morphodita.t2t | 2 +- src/version/version.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index b9a7842..f725e7f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -Version 1.9.0-devel -------------------- +Version 1.9.0-prerelease [15 May 15] +------------------------------------ - Use t2t_docsys http://github.com/ufal/t2t_docsys as documentation system. - Use C++ Builtem http://github.com/ufal/cpp_builtem as build system. - Add C# bindings. diff --git a/MANUAL b/MANUAL index 74d45cb..2a8cf29 100644 --- a/MANUAL +++ b/MANUAL @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.9.0-devel +Version 1.9.0-prerelease Introduction ============ diff --git a/MANUAL.html b/MANUAL.html index a8a35ca..b5ee2d3 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -9,7 +9,7 @@
diff --git a/doc/morphodita.t2t b/doc/morphodita.t2t index e2c078d..b004cb7 100644 --- a/doc/morphodita.t2t +++ b/doc/morphodita.t2t @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.9.0-devel +Version 1.9.0-prerelease = Introduction =[introduction] diff --git a/src/version/version.cpp b/src/version/version.cpp index 89dfc9d..360c4e3 100644 --- a/src/version/version.cpp +++ b/src/version/version.cpp @@ -16,7 +16,7 @@ namespace ufal { namespace morphodita { version version::current() { - return {1, 9, 0, "devel"}; + return {1, 9, 0, "prerelease"}; } // Returns multi-line formated version and copyright string.