summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-04-22 11:55:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-04-22 11:55:14 +0300
commit7e78fedfc9565202902d7b4c8facc96ceab988ee (patch)
tree0ff1bc0bd5d7434794dfd1593dc8b92fbfce750e /plugins/MyDetails/src/version.h
parentd5ac80725ea40736751aa74526254ee2d12ce59e (diff)
MyDetails:
- another ancient perversion with pointers to global arrays exterminated; - handmade dynamic array replaced with standard OBJLIST<>; - array iterators; - version bump
Diffstat (limited to 'plugins/MyDetails/src/version.h')
-rw-r--r--plugins/MyDetails/src/version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MyDetails/src/version.h b/plugins/MyDetails/src/version.h
index 263549e2b1..8a2c9b8369 100644
--- a/plugins/MyDetails/src/version.h
+++ b/plugins/MyDetails/src/version.h
@@ -1,7 +1,7 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 12
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>