Update version for release.
parent
4fc0f288c7
commit
0a3a90b400
|
@ -8,9 +8,9 @@ This release contains a number of bug fixes and new features since the release o
|
|||
|
||||
Supported Database Servers
|
||||
**************************
|
||||
**PostgreSQL**: 10, 11, 12, 13 and 14
|
||||
**PostgreSQL**: 10, 11, 12, 13, 14 and 15
|
||||
|
||||
**EDB Advanced Server**: 10, 11, 12, 13 and 14
|
||||
**EDB Advanced Server**: 10, 11, 12, 13, 14 and 15
|
||||
|
||||
New features
|
||||
************
|
||||
|
|
|
@ -43,7 +43,7 @@ APP_ICON = 'pg-icon'
|
|||
|
||||
# Application version number components
|
||||
APP_RELEASE = 6
|
||||
APP_REVISION = 14
|
||||
APP_REVISION = 15
|
||||
|
||||
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
|
||||
# for GA releases.
|
||||
|
@ -52,7 +52,7 @@ 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 = 61400
|
||||
APP_VERSION_INT = 61500
|
||||
|
||||
# DO NOT CHANGE!
|
||||
# The application version string, constructed from the components
|
||||
|
|
Loading…
Reference in New Issue