summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/version.h')
-rw-r--r--updater/version.h4
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)