diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-24 18:19:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-24 18:19:31 +0300 |
commit | 7d4ed0164a32a3667fb3786fb538fc083153883a (patch) | |
tree | 8450ef2991644997a8012d7d532b361a56456ced /plugins/AVS/src/version.h | |
parent | 9a7d075ed476ac2990a9a633b131b39b7e3e9945 (diff) |
AVS: fix for memory corruption
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 78441f5461..eb064c91a5 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 98
#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|