diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-28 15:35:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-28 15:35:32 +0000 |
commit | 7fb13d1cfb7528d617406bd4701cc13d7a64abd4 (patch) | |
tree | fa6d17f0df6dc2b6bfaabc1da6a34ec1faec366d /plugins/TopToolBar/src/version.h | |
parent | 2de6603f69b343c3245043ab4c05292a617bd9ba (diff) |
crazy flag TTBST_RELEASED removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/version.h')
-rw-r--r-- | plugins/TopToolBar/src/version.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/TopToolBar/src/version.h b/plugins/TopToolBar/src/version.h index bb7a0cc51b..506f3377e3 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 4
#include <stdver.h>
-#define __PLUGIN_NAME "TopToolBar"
-#define __FILENAME "TopToolBar.dll"
+#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 __AUTHOR "Bethoven"
+#define __AUTHOREMAIL "bethoven@mailgate.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/TopToolBar/"
#define __COPYRIGHT "© 2003-2008 Bethoven"
|