aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/shiboken_version.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2019-10-31 12:23:19 +0200
committerSimo Fält <simo.falt@qt.io>2019-10-31 20:06:21 +0200
commita1a94b43c5b277fd4e65c1389e24c4fbbb1c5641 (patch)
tree35a0e95573ffb6ce3720f20715e5972733eb8372 /sources/shiboken2/shiboken_version.py
parent24918896bba223eeff26cef23e079c539dd12d2b (diff)
Cleanup version strings for 5.13.2 releasev5.13.25.13.2
Change-Id: I1312e043dab444b11d6ec6935b6100310c4d99ee Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken2/shiboken_version.py')
-rw-r--r--sources/shiboken2/shiboken_version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken2/shiboken_version.py b/sources/shiboken2/shiboken_version.py
index 93c9fe6be..423d278da 100644
--- a/sources/shiboken2/shiboken_version.py
+++ b/sources/shiboken2/shiboken_version.py
@@ -45,10 +45,10 @@ patch_version = "2"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").
# An empty string means the generated package will be an official release.
-pre_release_version_type = "a"
+pre_release_version_type = ""
# For example: "1", "2" (which means "beta1", "beta2", if type is "b").
-pre_release_version = "1"
+pre_release_version = ""
if __name__ == '__main__':
# Used by CMake.