diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-03 16:10:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-03 16:10:07 +0000 |
commit | 415dcffc401ffdca1c0ccf94975c733b15d2e3c3 (patch) | |
tree | dca6756011ae055f2026393c6098052faef6ca48 /plugins/Sessions/Src/Version.h | |
parent | 686b657701e50c3682045fdf4af9283e14087e04 (diff) |
massive code cleaning for Sessions
git-svn-id: http://svn.miranda-ng.org/main/trunk@10911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions/Src/Version.h')
-rw-r--r-- | plugins/Sessions/Src/Version.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/Sessions/Src/Version.h b/plugins/Sessions/Src/Version.h index 8dca096602..6664b4d8e9 100644 --- a/plugins/Sessions/Src/Version.h +++ b/plugins/Sessions/Src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
#define __RELEASE_NUM 3
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
-#define __PLUGIN_NAME "Sessions"
-#define __FILENAME "Sessions.dll"
-#define __DESCRIPTION "Sessions Manager for Miranda NG."
-#define __AUTHOR "MaD_CLuSTeR"
-#define __AUTHOREMAIL "daniok@yandex.ru"
-#define __AUTHORWEB "http://miranda-ng.org/p/Sessions/"
-#define __COPYRIGHT "© 2007-2008 Danil Mozhar"
+#define __PLUGIN_NAME "Sessions"
+#define __FILENAME "Sessions.dll"
+#define __DESCRIPTION "Sessions Manager for Miranda NG."
+#define __AUTHOR "MaD_CLuSTeR"
+#define __AUTHOREMAIL "daniok@yandex.ru"
+#define __AUTHORWEB "http://miranda-ng.org/p/Sessions/"
+#define __COPYRIGHT "© 2007-2008 Danil Mozhar"
|