summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-15 13:31:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-15 13:31:14 +0300
commit7ba28b7ff398cc9a018237407eebbf5a91382018 (patch)
tree379c8b93261d0057e81f28e353c1e390743ca6c6 /protocols/IRCG/src/version.h
parentf6f193f8d9ef286699be2c2282a9c448f7668842 (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.h6
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>