diff options
Diffstat (limited to 'plugins/TopToolBar/src/version.h')
-rw-r--r-- | plugins/TopToolBar/src/version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/TopToolBar/src/version.h b/plugins/TopToolBar/src/version.h index 88227ac757..bb7a0cc51b 100644 --- a/plugins/TopToolBar/src/version.h +++ b/plugins/TopToolBar/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 8
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 8
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "TopToolBar"
-#define __FILENAME "TopToolBar.dll"
-#define __DESCRIPTION "ToptoolBar adds buttons in top frame for fast access."
-#define __AUTHOR "Bethoven"
-#define __AUTHOREMAIL "bethoven@mailgate.ru"
-#define __AUTHORWEB "http://miranda-ng.org/p/TopToolBar/"
-#define __COPYRIGHT "© 2003-2008 Bethoven"
+#define __PLUGIN_NAME "TopToolBar"
+#define __FILENAME "TopToolBar.dll"
+#define __DESCRIPTION "ToptoolBar adds buttons in top frame for fast access."
+#define __AUTHOR "Bethoven"
+#define __AUTHOREMAIL "bethoven@mailgate.ru"
+#define __AUTHORWEB "http://miranda-ng.org/p/TopToolBar/"
+#define __COPYRIGHT "© 2003-2008 Bethoven"
|