Skip to content

Commit b09b4a9

Browse files
committed
Bump to v0.3.5
1 parent c236933 commit b09b4a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.5 (Nov 12 2016)
2+
------------------------
3+
* Fixed III/VC streaming corrupting on 2nd/3rd new game.
4+
* Support for path translation in ASIs compiled in VS2015+.
5+
16
v0.3.4 (Jun 22 2016)
27
------------------------
38
* Support for GTA III, Vice City and San Andreas.

include/modloader/modloader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
/* Version */
3030
#define MODLOADER_VERSION_MAJOR 0
3131
#define MODLOADER_VERSION_MINOR 3
32-
#define MODLOADER_VERSION_REVISION 4
32+
#define MODLOADER_VERSION_REVISION 5
3333
#ifdef NDEBUG
3434
#define MODLOADER_VERSION_ISDEV 0
3535
#else

0 commit comments

Comments
 (0)