Skip to content

Commit

Permalink
Release version 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 20, 2016
1 parent fa26448 commit a279439
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version 1.9.1-devel
-------------------
Version 1.9.1 [20 Sep 16]
-------------------------
- Allow loading larger dictionaries by increasing the internal
limit of size of search structures created during loading.
- Export string_piece using correct namespace in src_lib_only/morphodita.h.


Version 1.9.0-prerelease [15 May 16]
Expand Down
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MorphoDiTa: Morphological Dictionary and Tagger
Version 1.9.1-devel
Version 1.9.1

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>MorphoDiTa: Morphological Dictionary and Tagger</h1>
<h2>Version 1.9.1-devel</h2>
<h2>Version 1.9.1</h2>
</div>

<div class="toc">
Expand Down
2 changes: 1 addition & 1 deletion doc/morphodita.t2t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MorphoDiTa: Morphological Dictionary and Tagger
Version 1.9.1-devel
Version 1.9.1

= Introduction =[introduction]

Expand Down
2 changes: 1 addition & 1 deletion src/version/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace ufal {
namespace morphodita {

version version::current() {
return {1, 9, 1, "devel"};
return {1, 9, 1, ""};
}

// Returns multi-line formated version and copyright string.
Expand Down

0 comments on commit a279439

Please sign in to comment.