diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-14 13:40:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-14 13:40:54 +0000 |
commit | fbb5d3456c540866ccc249c35b656def0219d8fb (patch) | |
tree | 038ed959c17e04650acb26c1e28278c7c49fb687 /plugins/BuddyPounce/src/Version.h | |
parent | c0af4589fb0d1cb2a365a5ebe01c1a1ee4bfee7a (diff) |
some minor memleaks fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/Version.h')
-rw-r--r-- | plugins/BuddyPounce/src/Version.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/BuddyPounce/src/Version.h b/plugins/BuddyPounce/src/Version.h index 1c5545ba8d..0939edb777 100644 --- a/plugins/BuddyPounce/src/Version.h +++ b/plugins/BuddyPounce/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 3
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 3
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 2
#include <stdver.h>
-#define __PLUGIN_NAME "Buddy pounce"
-#define __FILENAME "BuddyPounce.dll"
-#define __DESCRIPTION "Allows you to send a message to contacts if they change status."
-#define __AUTHOR "Jonathan Gordon"
-#define __AUTHOREMAIL "jdgordy@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/BuddyPounce/"
-#define __COPYRIGHT "© 2004 Jonathan Gordon"
+#define __PLUGIN_NAME "Buddy pounce"
+#define __FILENAME "BuddyPounce.dll"
+#define __DESCRIPTION "Allows you to send a message to contacts if they change status."
+#define __AUTHOR "Jonathan Gordon"
+#define __AUTHOREMAIL "jdgordy@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/BuddyPounce/"
+#define __COPYRIGHT "© 2004 Jonathan Gordon"
|