diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-16 17:29:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-16 17:29:09 +0300 |
commit | d11b65ef96075a0da05d88913c6bcea619a4c2f9 (patch) | |
tree | 7ede7c1529de1ebe96d2a434e01e20b64d451e91 /plugins/TabSRMM/src/version.h | |
parent | afa6a68cca2865a4d974143dc1a289e4f83a5e1c (diff) |
tabSRMM:
- fixes #2537 (TabSRMM: cannot close tab by pressing (x) in tab title);
- code cleaning;
- version bump
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 dd583941e3..17b97c7709 100644 --- a/plugins/TabSRMM/src/version.h +++ b/plugins/TabSRMM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 3
#define __MINOR_VERSION 6
#define __RELEASE_NUM 1
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|