We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c536b6 commit 1abdf72Copy full SHA for 1abdf72
Makefile
@@ -30,7 +30,7 @@ update:
30
echo "remember that pymysql was tweaked"
31
src:
32
### Use semantic versioning
33
- echo 'Version 2.9.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
+ echo 'Version 2.9.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
34
### rm -f all junk files
35
make clean
36
### clean up baisc apps
VERSION
@@ -1 +1 @@
1
-Version 2.9.3-stable+timestamp.2014.03.04.22.32.31
+Version 2.9.4-stable+timestamp.2014.03.04.22.40.54
0 commit comments