diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-17 17:28:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-17 17:28:58 +0300 |
commit | 2a24763dc13f729f41f6909d9e74e9bc7d6243a8 (patch) | |
tree | 892207d8d0b2fb622524fb1d5321b7efb6651ab1 /protocols/IRCG/src/version.h | |
parent | b80bf9c6208115addd64726fc6904f1543c63952 (diff) |
IRC:
- useless variable m_evWndCreate removed;
- fixes #1628 (IRC channel list window crashes when closed prematurely);
- code cleaning;
- version bump
Diffstat (limited to 'protocols/IRCG/src/version.h')
-rw-r--r-- | protocols/IRCG/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h index 392dcb951f..1475e0a058 100644 --- a/protocols/IRCG/src/version.h +++ b/protocols/IRCG/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
-#define __RELEASE_NUM 9
+#define __RELEASE_NUM 10
#define __BUILD_NUM 1
#include <stdver.h>
|