mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Bump the version number to 1.2.1, preparing for new beta release.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3587 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
aec3834739
commit
f858ff7038
@ -36,7 +36,7 @@ QTextEdit* pShortcuts;
|
|||||||
QTcpSocket* commanderSocket = new QTcpSocket(0);
|
QTcpSocket* commanderSocket = new QTcpSocket(0);
|
||||||
|
|
||||||
QString rev="$Rev$";
|
QString rev="$Rev$";
|
||||||
QString Program_Title_Version=" WSJT-X v1.2, r" + rev.mid(6,4) +
|
QString Program_Title_Version=" WSJT-X v1.2.1, r" + rev.mid(6,4) +
|
||||||
" by K1JT";
|
" by K1JT";
|
||||||
|
|
||||||
//-------------------------------------------------- MainWindow constructor
|
//-------------------------------------------------- MainWindow constructor
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=wsjtx
|
AppName=wsjtx
|
||||||
AppVerName=wsjtx Version 1.2 r3563
|
AppVerName=wsjtx Version 1.2.1 r3587
|
||||||
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\wsjtx1.2
|
DefaultDirName=c:\wsjtx1.2
|
||||||
DefaultGroupName=wsjtx1.2
|
DefaultGroupName=wsjtx1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user