Skip to content

Commit ab9a649

Browse files
committed
Upversion to 3.2.3
Update manual to document 3.2.3 behaviour Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent 83584d2 commit ab9a649

5 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.2.3
2+
2021-05-24
3+
Auto detect OpenGL version to better support (especially) Windows installs (fix #184)
4+
Correct initial sample rate value (fix #185)
5+
Well structured verbosity option to explore and debug program sequence
6+
17
3.2.2
28
2021-04-18
39
New JSON exporter

docs/OpenHantek6022_User_Manual.odt

884 Bytes
Binary file not shown.

docs/OpenHantek6022_User_Manual.pdf

1.31 KB
Binary file not shown.

openhantek/src/OH_BUILD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit, will be re-created at each commit!
2-
#define OH_BUILD "20210522 - commit 907"
2+
#define OH_BUILD "20210524 - commit 908"

openhantek/src/OH_VERSION.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// next line shall define either OH_VERSION or LAST_OH_VERSION
99
//
10-
#define LAST_OH_VERSION "3.2.2"
10+
#define OH_VERSION "3.2.3"
1111

1212

1313
// do not edit below

0 commit comments

Comments
 (0)