diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-02 18:47:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-02 18:47:13 +0300 |
commit | da1cc0bffab6ca2b3ffe91c03d798e6f5d3af036 (patch) | |
tree | 5ed562aaa31c58bdf9017b558c6ddb6d0fd909b0 /plugins/AVS/src/version.h | |
parent | fe29ca8b0bbcd71cf66f61b572c916e25d6be169 (diff) |
related to #1241 - fix for AVS options' translation
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 62074d982d..53b44c9394 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 95
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 4
+#define __MINOR_VERSION 98
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|