Git commit 516adec51e2aac8479d024cecdc9923667f7d403 by Albert Astals Cid. Committed on 15/08/2015 at 12:28. Pushed by aacid into branch 'frameworks'.
Increase the version M +3 -0 NEWS M +2 -2 doc/index.docbook M +1 -1 src/main.cpp http://commits.kde.org/rsibreak/516adec51e2aac8479d024cecdc9923667f7d403 diff --git a/NEWS b/NEWS index 8711897..1d320e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +v0.12 2015-08--15 +- Port to KDE Frameworks 5 + v0.11 2011-01-14 - Fix endless loop when using some particular settings - Included an option to postpone a break diff --git a/doc/index.docbook b/doc/index.docbook index 9eb5aab..c4b5a3d 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -42,8 +42,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2010-10-03</date> -<releaseinfo>0.11 (&kde; 4.5)</releaseinfo> +<date>2015-08-15</date> +<releaseinfo>0.12</releaseinfo> <abstract><para>Repetitive Strain Injury is an illness which can occur as a result of continuous work with a mouse and keyboard. The risk of suffering injury increases the longer users work without breaks. &rsibreak; simply offers reminders to take a break now and then. </para></abstract> diff --git a/src/main.cpp b/src/main.cpp index 72ca0db..db4ca8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,7 +47,7 @@ int main( int argc, char *argv[] ) KAboutData aboutData( "rsibreak", i18n( "RSIBreak" ), - "0.11", + "0.12", i18n( "Try to prevent Repetitive Strain Injury by " "reminding a user to rest." ), KAboutLicense::GPL, _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
