diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-18 12:58:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-18 12:58:35 +0300 |
commit | a19fd509b8d4b3df08f61d7aa74e45dd7a527ee3 (patch) | |
tree | 5fbbd9b0175fb6ea9070c12b77a2dd12397dec70 /protocols/ICQCorp/src/version.h | |
parent | f92e5fea5720717c7fd3112df66af562269ee9fb (diff) |
perhaps it was last problem with utf8...
Diffstat (limited to 'protocols/ICQCorp/src/version.h')
-rw-r--r-- | protocols/ICQCorp/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQCorp/src/version.h b/protocols/ICQCorp/src/version.h index a23a9bf9dd..08518dd17d 100644 --- a/protocols/ICQCorp/src/version.h +++ b/protocols/ICQCorp/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|