Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gjacquemin committed Aug 13, 2018
1 parent 0221be2 commit 8628d58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleExecutable</key>
<string>Realtime Message Broker</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.3</string>
<key>CFBundleIdentifier</key>
<string>com.buzzinglight.RTBroker</string>
<key>NSHumanReadableCopyright</key>
Expand Down
8 changes: 4 additions & 4 deletions icon.rc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
IDI_ICON1 ICON DISCARDABLE "icons/icon.ico"

#include <windows.h>
#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0,0\0"
#define VER_PRODUCTVERSION 1,0,0,0
#define VER_PRODUCTVERSION_STR "1.0,0\0"
#define VER_FILEVERSION 1,3,0,0
#define VER_FILEVERSION_STR "1.3,0\0"
#define VER_PRODUCTVERSION 1,3,0,0
#define VER_PRODUCTVERSION_STR "1.3,0\0"
#define VER_COMPANYNAME_STR "Buzzing Light"
#define VER_FILEDESCRIPTION_STR "Realtime Message Broker"
#define VER_INTERNALNAME_STR "Realtime Message Broker"
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) {
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
#endif
QCoreApplication::setApplicationName ("Realtime Message Broker");
QCoreApplication::setApplicationVersion("1.0");
QCoreApplication::setApplicationVersion("1.3");
QCoreApplication::setOrganizationName ("Buzzing Light");
QCoreApplication::setOrganizationDomain("buzzinglight");

Expand Down

0 comments on commit 8628d58

Please sign in to comment.