diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-13 11:54:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-13 11:54:07 +0300 |
commit | 61253c4ae300492ace0bcdb9cd4abb644bef3118 (patch) | |
tree | c354316cd3aa2dccd424e0cbca304386d513cfd9 /protocols/Twitter/src/version.h | |
parent | 985c61c624c7304783266c9f79e602f26f2887fd (diff) |
Twitter:
- fixed update of user names;
- more effective array iterators;
- version bump
Diffstat (limited to 'protocols/Twitter/src/version.h')
-rw-r--r-- | protocols/Twitter/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Twitter/src/version.h b/protocols/Twitter/src/version.h index 6023a8ef8f..38e02d79bc 100644 --- a/protocols/Twitter/src/version.h +++ b/protocols/Twitter/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|