diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-21 21:40:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-21 21:40:22 +0300 |
commit | c0cd7f30039d7ad91428fed5ab212693f45fea9a (patch) | |
tree | 89ee0b1938460ef86ddd6d8d37b3c6aedd4c67c5 /protocols/Tox/src/version.h | |
parent | 340910bcc3aaea0fb48a8679cf93e855b413fdc9 (diff) |
Tox: profile file to be removed when account is destroyed
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index f4cc68dc8a..f550817bbc 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
-#define __BUILD_NUM 24
+#define __BUILD_NUM 25
#include <stdver.h>
|