diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
commit | c0ff932b9b6ba685160204fee0af84930f7aa922 (patch) | |
tree | 6b922da9dd5705c168d40f2eb691e453ddbf0713 /protocols/CloudFile/src/version.h | |
parent | 99584f314758d7ee3ef5faead704546ad0fdc10a (diff) |
fixes #4975 (CloudFile: нужно убирать учётку из подменю в меню контакта при её отключении) + some code cleaning
Diffstat (limited to 'protocols/CloudFile/src/version.h')
-rw-r--r-- | protocols/CloudFile/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/CloudFile/src/version.h b/protocols/CloudFile/src/version.h index c256a2f0cb..d3f7b6badc 100644 --- a/protocols/CloudFile/src/version.h +++ b/protocols/CloudFile/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 11
+#define __MINOR_VERSION 12
#define __RELEASE_NUM 0
-#define __BUILD_NUM 6
+#define __BUILD_NUM 1
#include <stdver.h>
|