diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-15 13:31:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-15 13:31:14 +0300 |
commit | 7ba28b7ff398cc9a018237407eebbf5a91382018 (patch) | |
tree | 379c8b93261d0057e81f28e353c1e390743ca6c6 /protocols/IRCG/src/version.h | |
parent | f6f193f8d9ef286699be2c2282a9c448f7668842 (diff) |
IRC:
- octal sequences replaced with hex constants;
- code cleaning;
- version bump
Diffstat (limited to 'protocols/IRCG/src/version.h')
-rw-r--r-- | protocols/IRCG/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h index 7b3cf028c6..129365f6fc 100644 --- a/protocols/IRCG/src/version.h +++ b/protocols/IRCG/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 11
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __MINOR_VERSION 95
+#define __RELEASE_NUM 7
+#define __BUILD_NUM 1
#include <stdver.h>
|