Skip to content

Commit

Permalink
Release version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed May 27, 2016
1 parent 522d86d commit 83d7c77
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version 0.9.0-devel
-------------------
- Preparing initial public release.
Version 1.0.0 [27 May 16]
-------------------------
- Initial public release.
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UDPipe
Version 0.9.0-devel
Version 1.0.0

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>UDPipe</h1>
<h2>Version 0.9.0-devel</h2>
<h2>Version 1.0.0</h2>
</div>

<div class="toc">
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.t2t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UDPipe
Version 0.9.0-devel
Version 1.0.0

= 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 @@ -19,7 +19,7 @@ namespace udpipe {

// Returns current version.
version version::current() {
return {0, 9, 0, "devel"};
return {1, 0, 0, ""};
}

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

0 comments on commit 83d7c77

Please sign in to comment.