Skip to content

Commit

Permalink
Changed program version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xVST committed Feb 9, 2017
1 parent 009b1b8 commit 49acf44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleExecutable</key>
<string>xVideoServiceThief</string>
<key>CFBundleVersion</key>
<string>2.5.2</string>
<string>2.6</string>
<key>CFBundleDisplayName</key>
<string>xVideoServiceThief</string>
<key>NSHumanReadableCopyright</key>
Expand Down
10 changes: 6 additions & 4 deletions resources/changelog.txt
@@ -1,18 +1,20 @@
2.5.2:
------
2.6:
----

- Added new option: “Download again” (in downloads list)
- Added new option: “Download again” (in downloads log list)
- Added chinese (traditional) translation (thank you Hsiu-Ming Chang)

- Updated japanese translation

- Fixed bug (Error: Language packages were not installed causing updates to get stuck)
- Fixed bug (Error: Language packages were not installed causing updates to get stucked)

- Upgraded the ffmpeg to version 3.2.2

Mac OS X:
---------

- Compiled with Qt 5.8
- Compiled with Qt 5.8 (64-bits only).


2.5.1:
Expand Down
6 changes: 3 additions & 3 deletions src/programversion.h
Expand Up @@ -28,9 +28,9 @@

#include <QString>

static const QString PROGRAM_VERSION = "2.5.2"; //!< Current program version
static const QString PROGRAM_VERSION_SHORT = "2.5.2"; //!< Current program version (short version)
static const int PROGRAM_VERSION_NUMBER = 252; //!< Current program version (numeric version)
static const QString PROGRAM_VERSION = "2.6"; //!< Current program version
static const QString PROGRAM_VERSION_SHORT = "2.6"; //!< Current program version (short version)
static const int PROGRAM_VERSION_NUMBER = 260; //!< Current program version (numeric version)

#ifdef Q_OS_WIN32
static const QString CURRENT_OS = "MSWINDOWS"; //!< Microsoft windows version
Expand Down

0 comments on commit 49acf44

Please sign in to comment.