diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2011-03-20 04:25:10 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2011-03-20 04:25:10 +0000 |
commit | e1d43133dc56ded6fce324f5e153b55fbe4a9ce7 (patch) | |
tree | ef96da218ae94f7cee50e895b0731b4d4c6b16f9 /updater/version.h | |
parent | ffc6719a95a520a4d1b0705d48faf3734ae1e9df (diff) |
Fixed update detection
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@590 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 d4e41b8..84ba6d1 100644 --- a/updater/version.h +++ b/updater/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 1
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
@@ -15,7 +15,7 @@ #define __DESC "Automatic Updater for Miranda"
#define __AUTHOR "Scott Ellis, Boris Krasnovskiy"
#define __AUTHOREMAIL "mail@scottellis.com.au"
-#define __COPYRIGHT "© 2005,2006 Scott Ellis, 2009-2010 Boris Krasnovskiy"
+#define __COPYRIGHT "© 2005,2006 Scott Ellis, 2009-2011 Boris Krasnovskiy"
#define __AUTHORWEB "http://www.scottellis.com.au"
#if defined(_WIN64)
|