Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Jan 1, 2013
1 parent 00bf850 commit c565a09
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.5 git</string>
<string>2.1.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013, Mike Roberts; © 2013, 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.5.99
VERSION = 2.1.6

android {
CONFIG += mobility
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.5 git"
#define QTADS_VERSION "2.1.6"

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

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

0 comments on commit c565a09

Please sign in to comment.