Skip to content

Commit

Permalink
Bumped the version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Jul 24, 2020
1 parent f727bd8 commit 3b2f41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V0.5.1
V0.6.0
--------
* Added an option to (not) stretch the first column.
* Added app icon.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Latest version:

24 Jul 2020, V0.5.1
24 Jul 2020, V0.6.0

See "ChangeLog" for changes.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void handleQuitSignals(const std::vector<int>& quitSignals) {

int main(int argc, char **argv) {
const QString name = "Arqiver";
const QString version = "0.5.1";
const QString version = "0.6.0";
const QString option = QString::fromUtf8(argv[1]);
if (option == "--help" || option == "-h") {
QTextStream out (stdout);
Expand Down

0 comments on commit 3b2f41b

Please sign in to comment.