Skip to content

Commit 5aaa4b0

Browse files
committed
Смена версии на 0.9.10 dev.
1 parent 0a7e23c commit 5aaa4b0

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 9
28+
#define VER_BUILD 10
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.10 dev
2+
------------------------
3+
14
0.9.9.2400 - 2025-06-07
25
------------------------
36
Fixed a crash when receiving a video frame that was smaller than required.

0 commit comments

Comments
 (0)