diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-18 20:39:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-18 20:39:20 +0300 |
commit | fba89acdf4814afe7547fd3c24b428ab42aa0a81 (patch) | |
tree | ae36ebdd0c362ff7890281f6b26fa0508e9119b8 /plugins/Import/src/version.h | |
parent | 3bf5f14f6f970e4be61a3b4f2c073a113937efc5 (diff) |
Import moved to UI classes
Diffstat (limited to 'plugins/Import/src/version.h')
-rw-r--r-- | plugins/Import/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index 4d1b1af376..5e66319a8e 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
-#define __RELEASE_NUM 9
+#define __RELEASE_NUM 10
#define __BUILD_NUM 1
#include <stdver.h>
|