Bump the Version number to 1.2.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3525 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-08-05 15:22:59 +00:00
parent d8a592af51
commit 7d7c765f5b
3 changed files with 2 additions and 8 deletions

View File

@ -42,7 +42,7 @@ QTextEdit* pShortcuts;
QTcpSocket* commanderSocket = new QTcpSocket(0);
QString rev="$Rev$";
QString Program_Title_Version=" WSJT-X v1.1.1, r" + rev.mid(6,4) +
QString Program_Title_Version=" WSJT-X v1.2, r" + rev.mid(6,4) +
" by K1JT";
//-------------------------------------------------- MainWindow constructor

View File

@ -83,10 +83,4 @@ private:
Ui::WideGraph *ui;
};
/*
#ifdef WIN32
extern int set570(double freq_MHz);
#endif
*/
#endif // WIDEGRAPH_H

View File

@ -12,7 +12,7 @@ CONFIG += thread
TARGET = wsjtx
#DESTDIR = ../qt4_install
DESTDIR = ../wsjtx_install
VERSION = 1.1
VERSION = 1.2
TEMPLATE = app
#DEFINES = QT4
DEFINES = QT5