diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 16:25:41 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 16:25:41 +0000 |
commit | ed323ecab1fb6350b2b871292c8dc4dc47b1c7fd (patch) | |
tree | ccf3721da5a8d4e9e00cb4bedd3a9955bd912750 /updater/version.h | |
parent | dede00a9236dd51294ff61c412a19d2c79c71517 (diff) |
Updated version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@563 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r-- | updater/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/version.h b/updater/version.h index 9173b30..5af0ad4 100644 --- a/updater/version.h +++ b/updater/version.h @@ -13,9 +13,9 @@ #define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
#define __DESC "Automatic Updater for Miranda"
-#define __AUTHOR "Scott Ellis"
+#define __AUTHOR "Scott Ellis, Boris Krasnovskiy"
#define __AUTHOREMAIL "mail@scottellis.com.au"
-#define __COPYRIGHT "© 2005,2006 Scott Ellis"
+#define __COPYRIGHT "© 2005,2006 Scott Ellis, 2009-2010 Boris Krasnovskiy"
#define __AUTHORWEB "http://www.scottellis.com.au"
#if defined(_WIN64)
|