diff options
Diffstat (limited to 'plugins/Scriver/src/Version.h')
-rw-r--r-- | plugins/Scriver/src/Version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Scriver/src/Version.h b/plugins/Scriver/src/Version.h index a3fcff5e84..d5861dfb39 100644 --- a/plugins/Scriver/src/Version.h +++ b/plugins/Scriver/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 2
-#define __MINOR_VERSION 11
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
#define __PLUGIN_NAME "Scriver"
#define __FILENAME "Scriver.dll"
-#define __DESCRIPTION "Scriver - send and receive instant messages."
-#define __AUTHOR "Miranda NG Development Team"
+#define __DESCRIPTION "Scriver - send and receive instant messages."
+#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL "the_leech@users.berlios.de"
-#define __AUTHORWEB "http://miranda-ng.org/p/Scriver/"
-#define __COPYRIGHT "© 2000-2012 Miranda IM Project, 2012-14 Miranda NG project"
+#define __AUTHORWEB "http://miranda-ng.org/p/Scriver/"
+#define __COPYRIGHT "© 2000-2012 Miranda IM Project, 2012-14 Miranda NG project"
|