diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-09 15:09:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-09 15:09:56 +0000 |
commit | 11a0c05e56a9ef98dcb8473e5c4ccd2a519ad730 (patch) | |
tree | da78d1bf31d4922c7c7a91c8af698ac94be0b8b2 /plugins/Nudge/src/Version.h | |
parent | 74a2e42b34d8495bf1e3676d4580e1d286384722 (diff) |
Nudge:
- old ugly list replaced with OBJLIST<>;
- plugin to reuse the same popup menu item instead of creating a menu item for each protocol;
- fix for a bug in options;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/src/Version.h')
-rw-r--r-- | plugins/Nudge/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Nudge/src/Version.h b/plugins/Nudge/src/Version.h index 965767c3bb..e3e9d259c6 100644 --- a/plugins/Nudge/src/Version.h +++ b/plugins/Nudge/src/Version.h @@ -1,5 +1,5 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
|