Update version for release.

pull/5440/head
Akshay Joshi 2022-10-17 15:28:08 +05:30
parent 4fc0f288c7
commit 0a3a90b400
2 changed files with 4 additions and 4 deletions

View File

@ -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
************

View File

@ -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