File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ 2023-12-29 (73de8e3): replace outdated CHANGELOG; small reformatting of MDSO model
1
2
2023-12-28 (b5e1aee): fix #390
2
3
2023-12-23 (1c3a681): tool update
3
4
2023-12-23 (c786a8f): minor packaging update
Original file line number Diff line number Diff line change 9
9
10
10
// next line shall define either OH_VERSION or LAST_OH_VERSION
11
11
//
12
- #define LAST_OH_VERSION "3.3.3 "
12
+ #define OH_VERSION "3.4-rc1 "
13
13
14
14
15
15
// do not edit below
Original file line number Diff line number Diff line change 5
5
#include <QString>
6
6
7
7
// 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" );
11
11
12
12
// where are the (local) documents?
13
13
#if defined( Q_OS_WIN )
14
- const QString DocPath = QString ( "documents\\" );
14
+ const QString DocPath ( "documents\\" );
15
15
#elif defined( Q_OS_FREEBSD )
16
- const QString DocPath = QString ( "/usr/local/share/doc/openhantek/" );
16
+ const QString DocPath ( "/usr/local/share/doc/openhantek/" );
17
17
#else
18
- const QString DocPath = QString ( "/usr/share/doc/openhantek/" );
18
+ const QString DocPath ( "/usr/share/doc/openhantek/" );
19
19
#endif
20
20
21
21
// 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/" );
You can’t perform that action at this time.
0 commit comments