fixed the VERSION issue for Visual Studio
This commit is contained in:
parent
caf3ffd4f9
commit
e7643e8548
@ -31,7 +31,6 @@ HEADERS += \
|
||||
|
||||
TRANSLATIONS = ts/2048-qt_zh_CN.ts ts/2048-qt_ru_RU.ts
|
||||
|
||||
VERSION = 0.1.4
|
||||
VERSION = 0.1.5
|
||||
|
||||
VERSTR = '\\"$${VERSION}\\"'
|
||||
DEFINES += VER=\"$${VERSTR}\"
|
||||
DEFINES += APP_VERSION=\\\"$${VERSION}\\\"
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2014-05-29 0.1.5
|
||||
* fixed the VERSION issue for Visual Studio
|
||||
* do not translate the language names
|
||||
* Merge branch 'SBasalaev-master'
|
||||
* avoided trying to load English translation file
|
||||
* added Russian translation
|
||||
* Russian translation
|
||||
* added the Debian package in README
|
||||
|
||||
## 2014-05-03 0.1.4
|
||||
* updated the version number
|
||||
* added man page and Changelog files
|
||||
|
@ -51,6 +51,13 @@ And please vote it if you like it.
|
||||
sudo apt-get install 2048-qt
|
||||
```
|
||||
|
||||
### Ubuntu
|
||||
|
||||
From Ubuntu 14.10 on, install it through:
|
||||
```
|
||||
sudo apt-get install 2048-qt
|
||||
```
|
||||
|
||||
## Todo
|
||||
|
||||
- Allow the user to add his own label systems
|
||||
|
1
deploy_on_windows.bat
Normal file
1
deploy_on_windows.bat
Normal file
@ -0,0 +1 @@
|
||||
windeployqt.exe --release --qmldir qml/ --no-translations --compiler-runtime release/2048-qt.exe
|
Loading…
x
Reference in New Issue
Block a user