Skip to content

Commit

Permalink
Increased release number.
Browse files Browse the repository at this point in the history
  • Loading branch information
scharel committed Jun 19, 2014
1 parent 1a6c582 commit 7be2fdf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion rpm/harbour-badvoltage.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Sun Jun 18 2014 Scharel Clemens <scharelc@gmail.com> 0.3-1
* Thu Jun 18 2014 Scharel Clemens <scharelc@gmail.com> 0.3-2
- Removed post uninstall script (see 0.3-1)

* Wed Jun 18 2014 Scharel Clemens <scharelc@gmail.com> 0.3-1
- Added cleanup actions to post uninstall

* Sun Jun 15 2014 Scharel Clemens <scharelc@gmail.com> 0.2-4
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-badvoltage.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name: harbour-badvoltage
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Bad Voltage
Version: 0.3
Release: 1
Release: 2
Group: Applications/Internet
License: GNU General Public License
URL: https://github.com/scharel/harbour-badvoltage
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-badvoltage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-badvoltage
Summary: Bad Voltage
Version: 0.3
Release: 1
Release: 2
# The contents of the Group field must be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Applications/Internet
Expand Down
2 changes: 1 addition & 1 deletion src/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Settings : public QObject {
_settings->beginGroup("app");
_settings->setValue("url", "http://scharel.github.io/harbour-badvoltage");
_settings->setValue("gitUrl", "https://github.com/scharel/harbour-badvoltage");
_settings->setValue("version", "0.3-1");
_settings->setValue("version", "0.3-2");
_settings->setValue("agent", QString("Bad Voltage for SailfishOS - ").append(_settings->value("version").toString()));
_settings->endGroup();
}
Expand Down

0 comments on commit 7be2fdf

Please sign in to comment.