Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Oct 7, 2016
1 parent 142e57b commit 6160f18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.2
-----
* Generate binary translations at build time.
* FIXED: Was not properly loading Qt translations.
* Translation updates: Dutch, German, Greek, Hebrew, Lithuanian, Polish.

1.1.1
-----
* FIXED: Application layout did not respect RTL languages.
Expand Down
2 changes: 1 addition & 1 deletion gottet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG += warn_on c++11
}

# Set program version
VERSION = 1.1.1
VERSION = 1.1.2
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"

# Set program name
Expand Down
2 changes: 1 addition & 1 deletion mac_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP='Gottet'
BUNDLE="$APP.app"
VERSION='1.1.1'
VERSION='1.1.2'

# Remove any previous disk folder or DMG
echo -n 'Preparing... '
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define APPNAME "Gottet"
!define VERSIONMAJOR 1
!define VERSIONMINOR 1
!define VERSIONPATCH 1
!define VERSIONPATCH 2
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/gottet/"

Expand Down

0 comments on commit 6160f18

Please sign in to comment.