diff options
author | Dioksin <dioksin@ua.fm> | 2016-10-28 10:26:18 +0300 |
---|---|---|
committer | Dioksin <dioksin@ua.fm> | 2016-10-28 10:26:18 +0300 |
commit | 90f21502c21e0cff38ee961b1bc7c4d96edba461 (patch) | |
tree | eeb316a387de62aff88757bf209a3dee848b79c7 /plugins/Quotes/src/version.h | |
parent | fc47883d5726ae724d764a8600fbfd56c79893e0 (diff) |
Chart was added to Quotes plugin
Diffstat (limited to 'plugins/Quotes/src/version.h')
-rw-r--r-- | plugins/Quotes/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/version.h b/plugins/Quotes/src/version.h index d70663520b..d4a5f05be4 100644 --- a/plugins/Quotes/src/version.h +++ b/plugins/Quotes/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 101
#include <stdver.h>
|