diff --git a/CHANGES.md b/CHANGES.md index a9faac4..e756925 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -Version 1.11.2-dev ------------------- +Version 1.11.2 [15 Nov 23] +-------------------------- - Fix a bug in the tokenizers, which did not end a sentence on an empty line if the preceding line ended with whitespace. However, only the REST server and the API was affected; the `run_*` binaries diff --git a/MANUAL b/MANUAL index 96c37b7..6fc9aa8 100644 --- a/MANUAL +++ b/MANUAL @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.11.2-dev +Version 1.11.2 Introduction ============ diff --git a/MANUAL.html b/MANUAL.html index e0945d1..a07c395 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -9,7 +9,7 @@
diff --git a/doc/morphodita.t2t b/doc/morphodita.t2t index 8edfdfc..c45faae 100644 --- a/doc/morphodita.t2t +++ b/doc/morphodita.t2t @@ -1,5 +1,5 @@ MorphoDiTa: Morphological Dictionary and Tagger -Version 1.11.2-dev +Version 1.11.2 = Introduction =[introduction] diff --git a/src/version/version.cpp b/src/version/version.cpp index 695d460..78297cb 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, "dev"}; + return {1, 11, 2, ""}; } // Returns multi-line formated version and copyright string.