Skip to content

Commit

Permalink
Set application version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vedgy committed Dec 22, 2019
1 parent 584bf05 commit 97a314e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ move item(s) to trash.
3. If you want to install the latest stable version, execute the following
command:

git checkout tags/v1.3
git checkout tags/v1.4
If you prefer the latest development version (can be unstable), just skip this
step.

Expand Down
2 changes: 1 addition & 1 deletion resources/documents/user-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>

<body>
<h1><i>Venturous</i> - version 1.3.5-dev</h1>
<h1><i>Venturous</i> - version 1.4</h1>

<a id="Index"><h2>Table of contents</h2></a>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Application::Application(int & argc, char ** argv) : QApplication(argc, argv)
{
setApplicationVersion("1.3.5-dev");
setApplicationVersion("1.4");
setAttribute(Qt::AA_DontShowIconsInMenus, false);
setQuitOnLastWindowClosed(false);
}
Expand Down

0 comments on commit 97a314e

Please sign in to comment.