diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-10 19:44:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-10 19:44:03 +0300 |
commit | a2e38963a647f9f58ff276d2ad9f89f7202c47eb (patch) | |
tree | ca043ab94971b442f02ec690d739031eee92f9c5 /plugins/TabSRMM/src/version.h | |
parent | 18873004444063ae98a9e7fc9214bd3edaa146a7 (diff) |
fixes #855 (TabSRMM - Move chat tab to another container switches chat into single conversation)
Diffstat (limited to 'plugins/TabSRMM/src/version.h')
-rw-r--r-- | plugins/TabSRMM/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/version.h b/plugins/TabSRMM/src/version.h index 15cef1d4f9..bd3ed36318 100644 --- a/plugins/TabSRMM/src/version.h +++ b/plugins/TabSRMM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 3
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|