summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-11 14:59:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-11 14:59:35 +0000
commit48fc03aa394f4506c6053323386c040fede13a29 (patch)
tree2cbb748d340ae1bb0fb141486a1033e629cad9ab /plugins/TooltipNotify/src/version.h
parent11cc72bbdc90d99d2383da11f13031ef31921baa (diff)
- buggy window position saving code replaced with the standard Miranda service (fixes bug #350);
- version bump; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/src/version.h')
-rw-r--r--plugins/TooltipNotify/src/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TooltipNotify/src/version.h b/plugins/TooltipNotify/src/version.h
index 6a60505c7c..c5021ca484 100644
--- a/plugins/TooltipNotify/src/version.h
+++ b/plugins/TooltipNotify/src/version.h
@@ -1,14 +1,14 @@
#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 6
+#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
-#define __BUILD_NUM 47
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __PLUGIN_NAME "Tooltip notify"
#define __FILENAME "TooltipNotify.dll"
#define __DESCRIPTION "Shows a small tooltip above system tray area when a contact status is changed."
-#define __AUTHOR "perf"
+#define __AUTHOR "perf"
#define __AUTHOREMAIL "perf@mail333.com"
#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2004-2008 Gneedah software"