updated the version number

This commit is contained in:
Qiaoyong Zhong 2014-05-03 19:10:16 +08:00
parent 1f725fddb1
commit d209da9699
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ HEADERS += \
TRANSLATIONS = ts/2048-qt_zh_CN.ts TRANSLATIONS = ts/2048-qt_zh_CN.ts
VERSION = 0.1.3 VERSION = 0.1.4
VERSTR = '\\"$${VERSION}\\"' VERSTR = '\\"$${VERSION}\\"'
DEFINES += VER=\"$${VERSTR}\" DEFINES += VER=\"$${VERSTR}\"

View File

@ -1,6 +1,7 @@
# Changelog # Changelog
## 2014-05-03 0.1.4 ## 2014-05-03 0.1.4
* updated the version number
* added man page and Changelog files * added man page and Changelog files
* typo fix * typo fix
* added the AUR package to README.md * added the AUR package to README.md