Prepare for release v0.2.1.
--HG-- branch : develop
This commit is contained in:
parent
65f1929d97
commit
646dcb4dfd
|
@ -1,3 +1,5 @@
|
|||
# Version 0.2.1 Released December 8, 2013
|
||||
- Problem with compilation in console in Ubuntu.
|
||||
- Problem with compilation on windows with msvc.
|
||||
|
||||
# Version 0.2.0 Released October 29, 2013
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 2;
|
||||
extern const int DEBUG_VERSION = 0;
|
||||
extern const int DEBUG_VERSION = 1;
|
||||
|
||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));
|
||||
extern const QString WARRANTY("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE "
|
||||
|
|
Loading…
Reference in New Issue
Block a user