diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-31 17:03:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-31 17:03:12 +0300 |
commit | e667e034f103a17e8cf37689ea2de762f49704c2 (patch) | |
tree | b39eba4e89914f2a451a37652db6a4637f4ea9bb /plugins/SmileyAdd/src/version.h | |
parent | 4d9bf8032dd659e091394d688b6a2c59bf222240 (diff) |
fix for drawing half-visible smileys
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 a4c025924d..2f660feaa1 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 1
+#define __BUILD_NUM 2
#include <stdver.h>
|