diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-10 15:30:27 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-10 15:30:27 +0200 |
commit | 32e1155026a444bc9aa753257b717bf0c81bc0d7 (patch) | |
tree | 60649b639beff1707595506c4e0b02be0b5998d8 /plugins/SmileyAdd/src/version.h | |
parent | ff3e3d685cc9fc8e924f57f0371dfc3a4d5c20d8 (diff) |
fixes #1335 (Reimplement XEP support in SmileyAdd again)
Diffstat (limited to 'plugins/SmileyAdd/src/version.h')
-rw-r--r-- | plugins/SmileyAdd/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/version.h b/plugins/SmileyAdd/src/version.h index 5c207eebfb..486043ea5f 100644 --- a/plugins/SmileyAdd/src/version.h +++ b/plugins/SmileyAdd/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|