This commit is contained in:
mdipierro
2013-03-11 14:41:10 -05:00
parent cb3de825f2
commit f13aed1a84
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 2.4.1- 2.4.2
## 2.4.1- 2.4.3
- 2D GEO API: geoPoint, getLine, geoPolygon
- support for 'json' field type in DAL

View File

@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.4.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.4.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps

View File

@@ -1 +1 @@
Version 2.4.2-stable+timestamp.2013.03.11.14.37.09
Version 2.4.3-stable+timestamp.2013.03.11.14.40.17