summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-29 02:54:40 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-29 02:54:40 +0000
commit8d2322e9200357df2fd873d385f99febad35effd (patch)
tree6f13ac4fe9999ca21192a054045c5b857a815e8b /updater/version.h
parent3436bfa6059138bdb2007ae0a97a7d9d313e83c7 (diff)
set update url based on miranda's unicode status
allow ansi ver to read unicode dat file allow download of either version to replace either version (plugin name aliases) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@305 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r--updater/version.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/updater/version.h b/updater/version.h
index 6f23f4a..53bd680 100644
--- a/updater/version.h
+++ b/updater/version.h
@@ -4,8 +4,8 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 4
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
@@ -18,7 +18,12 @@
#define __COPYRIGHT "© 2005,2006 Scott Ellis"
#define __AUTHORWEB "http://www.scottellis.com.au"
+#ifdef _UNICODE
+#define __PLUGIN_NAME "Updater (Unicode)"
+#else
#define __PLUGIN_NAME "Updater"
+#endif
+
#define __FILENAME "updater.dll"