diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-21 20:08:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-21 20:08:19 +0300 |
commit | 447334def7efa0eafe421cf12ad7490b35f775bc (patch) | |
tree | dee845b4d4812970b9d0105cd1f299f992ad0d3a /plugins/AVS/src/version.h | |
parent | b107dc2d3a5b7119aedbb3a28bb6c7d3ea177bf8 (diff) |
fixes #3025 (occasional crash in AVS)
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 1425892b1c..aef60ef100 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|