Skip to content

Commit

Permalink
Bump to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thelink2012 committed Nov 12, 2016
1 parent c236933 commit b09b4a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.5 (Nov 12 2016)
------------------------
* Fixed III/VC streaming corrupting on 2nd/3rd new game.
* Support for path translation in ASIs compiled in VS2015+.

v0.3.4 (Jun 22 2016)
------------------------
* Support for GTA III, Vice City and San Andreas.
Expand Down
2 changes: 1 addition & 1 deletion include/modloader/modloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {
/* Version */
#define MODLOADER_VERSION_MAJOR 0
#define MODLOADER_VERSION_MINOR 3
#define MODLOADER_VERSION_REVISION 4
#define MODLOADER_VERSION_REVISION 5
#ifdef NDEBUG
#define MODLOADER_VERSION_ISDEV 0
#else
Expand Down

0 comments on commit b09b4a9

Please sign in to comment.