[kde-doc-english] [kronometer] /: Update version numbers and changelog
Elvis Angelaccio
elvis.angelaccio at kdemail.net
Fri Aug 29 12:45:47 UTC 2014
Git commit 77067470fe4a68537ff11d257322e123bd52239b by Elvis Angelaccio.
Committed on 29/08/2014 at 12:45.
Pushed by elvisangelaccio into branch 'master'.
Update version numbers and changelog
M +3 -0 README
M +2 -2 doc/index.docbook
M +1 -1 src/main.cpp
http://commits.kde.org/kronometer/77067470fe4a68537ff11d257322e123bd52239b
diff --git a/README b/README
index 7a66dcb..8a8a235 100644
--- a/README
+++ b/README
@@ -10,6 +10,9 @@ Homepage: http://www.aelog.org/kronometer/
Changelog
---------
+v1.5.1
+* Fixed error preventing the building of Opensuse RPM packages
+
v1.5.0
* Laps annotations: now you can place a custom text note over a certain lap time
* Option to disable the laps feature and hide the lap button and table
diff --git a/doc/index.docbook b/doc/index.docbook
index 5ebb468..fff2d88 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -28,8 +28,8 @@
<holder>Elvis Angelaccio</holder>
</copyright>
-<date>2014-08-27</date>
-<releaseinfo>1.5.0 (&kde; 4.14)</releaseinfo>
+<date>2014-08-29</date>
+<releaseinfo>1.5.1 (&kde; 4.14)</releaseinfo>
<legalnotice>
&FDLNotice;
diff --git a/src/main.cpp b/src/main.cpp
index f461656..37af41d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,7 +27,7 @@
namespace
{
const QByteArray APP_NAME = "kronometer";
- const QByteArray VERSION = "1.5.0";
+ const QByteArray VERSION = "1.5.1";
const QByteArray OTHER_TEXT = "";
const QByteArray HOME_PAGE_ADDRESS = "http://aelog.org/kronometer";
More information about the kde-doc-english
mailing list