Skip to content

Commit b50ba93

Browse files
Bump version to 0.99.8
1 parent ac4a61d commit b50ba93

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/ImageViewer/resources/platform/macosx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.99.7</string>
22+
<string>0.99.8</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>0.99.7</string>
24+
<string>0.99.8</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>NSPrincipalClass</key>

src/ImageViewer/resources/platform/windows/resources.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ IDI_ICON1 ICON DISCARDABLE "../../icon/icon.ico"
22

33
#include <windows.h>
44

5-
#define VER_FILEVERSION 0,99,7,0
6-
#define VER_FILEVERSION_STR "0.99.7.0\0"
7-
#define VER_PRODUCTVERSION 0,99,7,0
8-
#define VER_PRODUCTVERSION_STR "0.99.7\0"
5+
#define VER_FILEVERSION 0,99,8,0
6+
#define VER_FILEVERSION_STR "0.99.8.0\0"
7+
#define VER_PRODUCTVERSION 0,99,8,0
8+
#define VER_PRODUCTVERSION_STR "0.99.8\0"
99
#define VER_FILEDESCRIPTION_STR "Image Viewer"
1010
#define VER_INTERNALNAME_STR "ImageViewer"
1111
#define VER_LEGALCOPYRIGHT_STR "(c) Peter S. Zhigalov, 2017"

src/ImageViewer/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
5252
app.setOrganizationDomain(QString::fromLatin1("fami.codefreak.ru"));
5353
app.setOrganizationName(QString::fromLatin1("FAMI Net Team"));
5454
app.setApplicationName(QString::fromLatin1("Image Viewer"));
55-
app.setApplicationVersion(QString::fromLatin1("0.99.7"));
55+
app.setApplicationVersion(QString::fromLatin1("0.99.8"));
5656
#if !defined (Q_OS_MAC)
5757
app.setWindowIcon(QIcon(QString::fromLatin1(":/icon/icon.ico")));
5858
app.setAttribute(Qt::AA_DontShowIconsInMenus, false);

0 commit comments

Comments
 (0)