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 09a747c commit 8fe2680Copy full SHA for 8fe2680
CHANGELOG
@@ -1,4 +1,4 @@
1
-## 2.7.1 - 2.7.2
+## 2.7.1 - 2.7.4
2
3
- jQuery 1.10.2
4
- codemirror 3.18, thanks Paolo
Makefile
@@ -30,7 +30,7 @@ update:
30
echo "remember that pymysql was tweaked"
31
src:
32
### Use semantic versioning
33
- echo 'Version 2.7.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
+ echo 'Version 2.7.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 @@
-Version 2.7.3-stable+timestamp.2013.10.13.08.09.54
+Version 2.7.4-stable+timestamp.2013.10.14.10.13.57
0 commit comments