From 7a5d2ab2ba9111c697886d8e183ee338c9ec73ee Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Wed, 15 Nov 2023 18:23:50 +0100 Subject: [PATCH] Bump version to 1.11.3-dev. --- CHANGES.md | 4 ++++ MANUAL | 2 +- MANUAL.html | 2 +- doc/morphodita.t2t | 2 +- src/version/version.cpp | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e756925..bc9e462 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +Version 1.11.3-dev +------------------ + + Version 1.11.2 [15 Nov 23] -------------------------- - Fix a bug in the tokenizers, which did not end a sentence on an diff --git a/MANUAL b/MANUAL index 6fc9aa8..b1fdf26 100644 --- a/MANUAL +++ b/MANUAL @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.11.2 +Version 1.11.3-dev Introduction ============ diff --git a/MANUAL.html b/MANUAL.html index a07c395..282a22f 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -9,7 +9,7 @@
diff --git a/doc/morphodita.t2t b/doc/morphodita.t2t index c45faae..aa74ae0 100644 --- a/doc/morphodita.t2t +++ b/doc/morphodita.t2t @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.11.2 +Version 1.11.3-dev = Introduction =[introduction] diff --git a/src/version/version.cpp b/src/version/version.cpp index 78297cb..1b3f5c6 100644 --- a/src/version/version.cpp +++ b/src/version/version.cpp @@ -16,7 +16,7 @@ namespace ufal { namespace morphodita { version version::current() { - return {1, 11, 2, ""}; + return {1, 11, 3, "dev"}; } // Returns multi-line formated version and copyright string.