Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf166ec

Browse files
committedJan 3, 2016
Commit new version number [ci skip]
1 parent c6fc445 commit bf166ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎buildsystem/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
flx_version_major = "2015"
2-
flx_version_minor = "10"
3-
flx_version_patch = "30"
4-
flx_version_release = "-rc9"
1+
flx_version_major = "2016"
2+
flx_version_minor = "01"
3+
flx_version_patch = "04"
4+
flx_version_release = "-rc1"
55
flx_version = flx_version_major+"."+flx_version_minor+"."+flx_version_patch+flx_version_release

0 commit comments

Comments
 (0)
Please sign in to comment.