From 7d7c765f5b37e4e258b97aa45738fdc50fc5cf9d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Aug 2013 15:22:59 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- widegraph.h | 6 ------ wsjtx.pro | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 95a199511..f9c8335c9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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 diff --git a/widegraph.h b/widegraph.h index d58a656a4..c2987267e 100644 --- a/widegraph.h +++ b/widegraph.h @@ -83,10 +83,4 @@ private: Ui::WideGraph *ui; }; -/* -#ifdef WIN32 -extern int set570(double freq_MHz); -#endif -*/ - #endif // WIDEGRAPH_H diff --git a/wsjtx.pro b/wsjtx.pro index f695d3333..da1117206 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -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