summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-05-19 02:13:43 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-05-19 02:13:43 +0000
commitbbdabe234691ad14c975661376e4e89c6650cdb8 (patch)
treed0fc7ac877c393ecbe7478bba203076ac4d4a6dd /updater/version.h
parent764413b9dd8818cb61390fe6ecbdd409af043779 (diff)
change default menu text and action label to 'Check for Plugin Updates' so as to not conflict with core update notification function
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@408 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 d451683..6c0d126 100644
--- a/updater/version.h
+++ b/updater/version.h
@@ -5,7 +5,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 4
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM