Skip to content

Commit 46b46e6

Browse files
committed
Смена версии на 0.9.8 dev.
1 parent e7c4d85 commit 46b46e6

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 7
28+
#define VER_BUILD 8
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.8 dev
2+
------------------------
3+
14
0.9.7.2387 - 2025-04-17
25
------------------------
36
Fixed a potential crash when changing screen settings during playback.

0 commit comments

Comments
 (0)