Bump the version to 3.0, per discussion on the mailing lists

pull/7/head
Dave Page 2018-02-05 15:38:20 +00:00
parent 7192a2b675
commit 2706d9cd8e
2 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,9 @@
<key>CFBundleName</key>
<string>pgAdmin 4</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>3.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<key>NSHumanReadableCopyright</key>

View File

@ -50,17 +50,17 @@ APP_ICON = 'pg-icon'
#
# Application version number components
APP_RELEASE = 2
APP_REVISION = 1
APP_RELEASE = 3
APP_REVISION = 0
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
# for GA releases.
APP_SUFFIX = ''
APP_SUFFIX = 'dev'
# Numeric application version for upgrade checks. Should be in the format:
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
# zero if needed, and Z represents the suffix, with a leading zero if needed
APP_VERSION_INT = 20005
APP_VERSION_INT = 30000
# DO NOT CHANGE!
# The application version string, constructed from the components