diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
commit | bde17379eeb7957f4dbbcb5c21ebdd8d14902b99 (patch) | |
tree | d34b16318edd37f1688970bf3cccf7c411e555dc /protocols/IRCG/src/version.h | |
parent | ebd906de0e8aef7d33ccb2b4f81ad53dfb796fcf (diff) |
- adaptation of IRC dialogs to the kernel UI Utils;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 9f7aa15098..5374fd8af1 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 2
+#define __BUILD_NUM 3
#include <stdver.h>
|