support for semantic versioning

This commit is contained in:
mdipierro
2012-12-20 15:39:57 -06:00
parent 95b3ca839a
commit 27cfdb6ac4
3 changed files with 26 additions and 6 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ update:
wget -O gluon/contrib/simplejsonrpc.py http://rad2py.googlecode.com/hg/ide2py/simplejsonrpc.py
echo "remember that pymysql was tweaked"
src:
echo 'Version 2.3.2 ('`date +%Y-%m-%d\ %H:%M:%S`') dev' > VERSION
### Use semantic versioning
echo 'Version 2.3.2-alpha.1+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps