Update version for release.

pull/5594/head
Akshay Joshi 2022-11-30 12:04:16 +05:30
parent 461849c276
commit c2637be03f
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ APP_ICON = 'pg-icon'
# Application version number components
APP_RELEASE = 6
APP_REVISION = 16
APP_REVISION = 17
# 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 = 61600
APP_VERSION_INT = 61700
# DO NOT CHANGE!
# The application version string, constructed from the components