diff options
Diffstat (limited to 'plugins/ListeningTo')
-rw-r--r-- | plugins/ListeningTo/src/Version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/ListeningTo/src/Version.h b/plugins/ListeningTo/src/Version.h index ea336ddf7c..90708f50e7 100644 --- a/plugins/ListeningTo/src/Version.h +++ b/plugins/ListeningTo/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 3
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 3
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "ListeningTo"
-#define __FILENAME "ListeningTo.dll"
-#define __DESCRIPTION "Handles listening information to/for contacts."
-#define __AUTHOR "Ricardo Pescuma Domenecci"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/ListeningTo/"
-#define __COPYRIGHT "© 2006-2009 Ricardo Pescuma Domenecci"
+#define __PLUGIN_NAME "ListeningTo"
+#define __FILENAME "ListeningTo.dll"
+#define __DESCRIPTION "Handles listening information to/for contacts."
+#define __AUTHOR "Ricardo Pescuma Domenecci"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/ListeningTo/"
+#define __COPYRIGHT "© 2006-2009 Ricardo Pescuma Domenecci"
|