Skip to content

Commit

Permalink
Release version v1.9.0-prerelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed May 15, 2016
1 parent cf823f0 commit 5bead30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
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.0-devel
Version 1.9.0-prerelease

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.0-devel</h2>
<h2>Version 1.9.0-prerelease</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.0-devel
Version 1.9.0-prerelease

= 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, 0, "devel"};
return {1, 9, 0, "prerelease"};
}

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

0 comments on commit 5bead30

Please sign in to comment.