Skip to content

Commit

Permalink
Bump version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Sep 2, 2012
1 parent 7a77c27 commit 5b8187e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleShortVersionString</key>
<string>2.1.4 git</string>
<string>2.1.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012, Mike Roberts; © 2012, Nikos Chantziaras.</string>
<key>CFBundleIconFile</key>
Expand Down
2 changes: 1 addition & 1 deletion qtads.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += core gui network
contains(QT_MAJOR_VERSION, 5):QT += widgets
TEMPLATE = app
CONFIG += silent warn_off
VERSION = 2.1.4.99
VERSION = 2.1.5

# Mac OS application and file icons.
macx {
Expand Down
6 changes: 3 additions & 3 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#define GLOBALS_H

/* QTads version string. */
#define QTADS_VERSION "2.1.4 git"
#define QTADS_VERSION "2.1.5"

/* MS Windows executable resource versions. */
#define W32_RC_FILEVERSION 2,1,4,99
#define W32_RC_PRODUCTVERSION 2,1,4,99
#define W32_RC_FILEVERSION 2,1,5,00
#define W32_RC_PRODUCTVERSION 2,1,5,00

#ifdef __cplusplus
/* Works like qApp, but contains the global CHtmlSysFrameQt object instead. If
Expand Down

0 comments on commit 5b8187e

Please sign in to comment.