diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-14 16:52:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-14 16:52:56 +0300 |
commit | 9039a597d913aaeadb8090622d06b6425dc34125 (patch) | |
tree | 0aca047709fd0e3383bc10ee065ed87d0c8ae02f /plugins/SmileyAdd/src/version.h | |
parent | f682bca52b2b1811a823eeac9768f00e850908e7 (diff) |
SmileyAdd -> TinyXml
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 a7721013ee..9f256db3d2 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 1
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|