We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c236933 commit b09b4a9Copy full SHA for b09b4a9
doc/CHANGELOG.md
@@ -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
+
6
v0.3.4 (Jun 22 2016)
7
------------------------
8
* Support for GTA III, Vice City and San Andreas.
include/modloader/modloader.h
@@ -29,7 +29,7 @@ extern "C" {
29
/* Version */
30
#define MODLOADER_VERSION_MAJOR 0
31
#define MODLOADER_VERSION_MINOR 3
32
-#define MODLOADER_VERSION_REVISION 4
+#define MODLOADER_VERSION_REVISION 5
33
#ifdef NDEBUG
34
#define MODLOADER_VERSION_ISDEV 0
35
#else
0 commit comments