Skip to content

Commit f986d63

Browse files
committed
prepare next release 3.4
Signed-off-by: Martin <[email protected]>
1 parent 73de8e3 commit f986d63

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2023-12-29 (73de8e3): replace outdated CHANGELOG; small reformatting of MDSO model
12
2023-12-28 (b5e1aee): fix #390
23
2023-12-23 (1c3a681): tool update
34
2023-12-23 (c786a8f): minor packaging update
33.9 KB
Binary file not shown.
-389 KB
Binary file not shown.

openhantek/src/OH_VERSION.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// next line shall define either OH_VERSION or LAST_OH_VERSION
1111
//
12-
#define LAST_OH_VERSION "3.3.3"
12+
#define OH_VERSION "3.4-rc1"
1313

1414

1515
// do not edit below

openhantek/src/documents.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
#include <QString>
66

77
// manual and modification docs
8-
const QString UserManualName = QString( "OpenHantek6022_User_Manual.pdf" );
9-
const QString ACModificationName = QString( "HANTEK6022_AC_Modification.pdf" );
10-
const QString FrequencyGeneratorModificationName = QString( "HANTEK6022_Frequency_Generator_Modification.pdf" );
8+
const QString UserManualName( "OpenHantek6022_User_Manual.pdf" );
9+
const QString ACModificationName( "HANTEK6022_AC_Modification.pdf" );
10+
const QString FrequencyGeneratorModificationName( "HANTEK6022_Frequency_Generator_Modification.pdf" );
1111

1212
// where are the (local) documents?
1313
#if defined( Q_OS_WIN )
14-
const QString DocPath = QString( "documents\\" );
14+
const QString DocPath( "documents\\" );
1515
#elif defined( Q_OS_FREEBSD )
16-
const QString DocPath = QString( "/usr/local/share/doc/openhantek/" );
16+
const QString DocPath( "/usr/local/share/doc/openhantek/" );
1717
#else
18-
const QString DocPath = QString( "/usr/share/doc/openhantek/" );
18+
const QString DocPath( "/usr/share/doc/openhantek/" );
1919
#endif
2020

2121
// GitHub doc location
22-
const QString DocUrl = QString( "https://github.com/OpenHantek/OpenHantek6022/blob/main/docs/" );
22+
const QString DocUrl( "https://github.com/OpenHantek/OpenHantek6022/blob/main/docs/" );

0 commit comments

Comments
 (0)