summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-04 12:04:51 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-04 12:04:51 +0000
commit6f86573d7b9e898b274b9d3ea44dbe423628958d (patch)
tree52fc6312ba8e6ff3c78b0974ac7dfd1d1d175f1e /updater/version.h
parent58e80d590afb95afa5e52dfa5cb8efc60f206cd5 (diff)
GDI resource usage patch by borkra
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@113 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 37ce3fc..582de18 100644
--- a/updater/version.h
+++ b/updater/version.h
@@ -5,7 +5,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 12
-#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