Skip to content

Commit

Permalink
New version 2016.04.10-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Apr 10, 2016
1 parent b29e2a0 commit 6cef3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildsystem/version.py
@@ -1,5 +1,5 @@
flx_version_major = "2016"
flx_version_minor = "01"
flx_version_patch = "04"
flx_version_release = "-rc2"
flx_version_minor = "04"
flx_version_patch = "10"
flx_version_release = "-rc1"
flx_version = flx_version_major+"."+flx_version_minor+"."+flx_version_patch+flx_version_release
1 change: 0 additions & 1 deletion release.sh
@@ -1,4 +1,3 @@
./newversion.sh $1
git commit -a -m "New version `python3 showversion.py`"
git tag `python3 showversion.py` -m "release `python3 showversion.py`"
git push --follow-tags

0 comments on commit 6cef3a0

Please sign in to comment.