We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf166ec commit 376e4c5Copy full SHA for 376e4c5
buildsystem/version.py
@@ -1,5 +1,5 @@
1
flx_version_major = "2016"
2
flx_version_minor = "01"
3
flx_version_patch = "04"
4
-flx_version_release = "-rc1"
+flx_version_release = "-rc2"
5
flx_version = flx_version_major+"."+flx_version_minor+"."+flx_version_patch+flx_version_release
0 commit comments