summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-21 03:56:06 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-21 03:56:06 +0000
commit56e3be2de31fb7c0d41c04e162677b7b16c73df0 (patch)
tree4dc1ee12cdce105584c718737b2d85fe6f06ff87 /updater/version.h
parent611b2214fdc807ee6bae14dcdc5130cfe2c25907 (diff)
remove extraineous 'restore status' call in modules loaded (thx borkra)
remove check for network (not reliable on some systems) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@300 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r--updater/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/version.h b/updater/version.h
index 2f6fd54..9c5353a 100644
--- a/updater/version.h
+++ b/updater/version.h
@@ -5,7 +5,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 2
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM