Prep for 3.1 release.

This commit is contained in:
Dave Page 2018-06-26 11:13:46 +01:00
parent 08e4cdf2ac
commit f04b2e33b5
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Version 3.1
***********
Release date: 2018-??-??
Release date: 2018-06-28
This release contains a number of features and fixes reported since the release of pgAdmin4 3.0

View File

@ -12,7 +12,7 @@
<key>CFBundleVersion</key>
<string>3.1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<string>10.10</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2013 - 2018, The pgAdmin Development Team</string>
<key>CFBundleIconFile</key>

View File

@ -54,12 +54,12 @@ APP_REVISION = 1
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
# for GA releases.
APP_SUFFIX = 'dev'
APP_SUFFIX = ''
# 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 = 30001
APP_VERSION_INT = 30100
# DO NOT CHANGE!
# The application version string, constructed from the components