Skip to content

Commit 807e00d

Browse files
committed
Смена версии на 0.9.18 dev.
1 parent be99823 commit 807e00d

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 17
28+
#define VER_BUILD 18
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.18 dev
2+
------------------------
3+
14
0.9.17.2472 - 2025-10-23
25
------------------------
36
Fixed a crash in DX9 mode in some situations.

0 commit comments

Comments
 (0)