Skip to content

Commit f00eebc

Browse files
committed
Релиз 0.3.6.
1 parent 0cdd122 commit f00eebc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Include/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#define DO_MAKE_STR(x) #x
1818
#define MAKE_STR(x) DO_MAKE_STR(x)
1919

20-
#define VER_RELEASE 0
20+
#define VER_RELEASE 1
2121

2222
#define VER_MAJOR 0
2323
#define VER_MINOR 3
24-
#define VER_BUILD 5
24+
#define VER_BUILD 6
2525

2626
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
2727
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

history.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
0.3.5 dev
1+
0.3.6.199 - 2026-06-17
22
----------------------
33
Fixed work with WIC decoders that do not implement GetDecoderInfo.
4-
Removed support for images with multiple frames.
4+
Support for images with multiple frames has been disabled.
55

66
0.3.4.193 - 2026-04-07
77
----------------------

0 commit comments

Comments
 (0)