Skip to content

Commit 6cef3a0

Browse files
committed
New version 2016.04.10-rc1
1 parent b29e2a0 commit 6cef3a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

buildsystem/version.py

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

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
./newversion.sh $1
21
git commit -a -m "New version `python3 showversion.py`"
32
git tag `python3 showversion.py` -m "release `python3 showversion.py`"
43
git push --follow-tags

0 commit comments

Comments
 (0)