[kde-doc-english] [krecipes/2.1] /: Bump version to 2.1

Jeremy Whiting jpwhiting at kde.org
Thu Mar 19 23:50:43 UTC 2015


Git commit 61465638076fee039f27cc0d56889b9ccb582fd0 by Jeremy Whiting.
Committed on 19/03/2015 at 23:50.
Pushed by whiting into branch '2.1'.

Bump version to 2.1

Reviewed on irc by Albert and Luigi.

M  +2    -2    doc/index.docbook
M  +1    -1    src/main.cpp

http://commits.kde.org/krecipes/61465638076fee039f27cc0d56889b9ccb582fd0

diff --git a/doc/index.docbook b/doc/index.docbook
index c48eb9d..dacdd56 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -72,8 +72,8 @@ Please respect the format of the date (YYYY-MM-DD) and of the version
 (V.MM.LL), it could be used by automation scripts.
 Do NOT change these in the translation. -->
 
-<date>2012-07-16</date>
-<releaseinfo>2.0.beta2 (&kde; 4.9)</releaseinfo>
+<date>2015-03-23</date>
+<releaseinfo>2.1</releaseinfo>
 
 <!-- Abstract about this handbook -->
 
diff --git a/src/main.cpp b/src/main.cpp
index 392b31d..330f403 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -20,7 +20,7 @@
 #include "convert_sqlite3.h"
 #include "datablocks/elementlist.h"
 
-static const char *version = "2.0.0";
+static const char *version = "2.1.0";
 
 static KCmdLineOptions options;
 


More information about the kde-doc-english mailing list