Skip to content

Commit

Permalink
Release version 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Dec 4, 2015
1 parent 185f072 commit a82a5cb
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 2.0.0 [04 Dec 15]
-------------------------
- Move to github.
- Start using Semantic Versioning http://semver.org/.
- Use C++ BuilTem http://github.com/ufal/cpp_builtem as build system.
Expand Down
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Korektor
Version 1.9.0-devel
Version 2.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>Korektor</h1>
<h2>Version 1.9.0-devel</h2>
<h2>Version 2.0.0</h2>
</div>

<div class="toc">
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual.t2t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Korektor
Version 1.9.0-devel
Version 2.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 @@ -17,7 +17,7 @@ namespace korektor {

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

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

0 comments on commit a82a5cb

Please sign in to comment.