Skip to content

Commit bad5586

Browse files
committed
Смена версии на 0.9.6 dev.
1 parent fea6240 commit bad5586

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Include/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
#define DO_MAKE_STR(x) #x
2222
#define MAKE_STR(x) DO_MAKE_STR(x)
2323

24-
#define VER_RELEASE 1
24+
#define VER_RELEASE 0
2525

2626
#define VER_MAJOR 0
2727
#define VER_MINOR 9
28-
#define VER_BUILD 5
28+
#define VER_BUILD 6
2929

3030
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
3131
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

history.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.9.6 dev
2+
------------------------
3+
14
0.9.5.2380 - 2025-04-05
25
------------------------
36
Changed image acquisition functions for HDR Passthrough mode. HDR image will be converted to SDR.

0 commit comments

Comments
 (0)