diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-29 21:25:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-29 21:25:53 +0300 |
commit | cc3d5628fade322f81abad8715d3d2ab031bc8b6 (patch) | |
tree | c468e340e8506353afd71fcc34256a2f9175c7fc /plugins/SmileyAdd/src/version.h | |
parent | b65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7 (diff) |
fixes #1044
Diffstat (limited to 'plugins/SmileyAdd/src/version.h')
-rw-r--r-- | plugins/SmileyAdd/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/version.h b/plugins/SmileyAdd/src/version.h index 084efc5042..8d5a256e61 100644 --- a/plugins/SmileyAdd/src/version.h +++ b/plugins/SmileyAdd/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 4
-#define __BUILD_NUM 2
+#define __MINOR_VERSION 3
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|