diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-23 14:20:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-23 14:20:38 +0300 |
commit | 519b59a6aed73060bbe492630cc1820ca3deb83d (patch) | |
tree | b8ea6ba799e7dd5ab5aa4e52640ad4a66da51476 /plugins/Import/src/version.h | |
parent | 677455a7c4b0b48ad95c7736bc626bf5b719e067 (diff) |
fixes #3502 (Import: Discord contacts duplicated instead of merged)
Diffstat (limited to 'plugins/Import/src/version.h')
-rw-r--r-- | plugins/Import/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index f76dfe14a3..3315d47998 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 11
+#define __MINOR_VERSION 96
+#define __RELEASE_NUM 3
#define __BUILD_NUM 1
#include <stdver.h>
|