summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-08-01 12:43:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-08-01 12:43:17 +0300
commitd057fcad5175ef542723981f59c6184a67942864 (patch)
tree3d258bf16b7c1622928a261942ce2e25a1430a69 /plugins/AVS/src/version.h
parent9db4ad0747d45ffe0e8ed82c864c1b22537ff842 (diff)
fixes #2022 (shitty internal AVS flags finally removed from global include file)
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r--plugins/AVS/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h
index 8215ab2f5d..038b133322 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 1
+#define __BUILD_NUM 2
#include <stdver.h>