summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-13 12:31:47 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-13 12:31:47 +0000
commitdf59cbfe798046867e2146e28c98ee2fe6601abe (patch)
treec3c373d882bd66c059989086c23d8fb77b4559a2
parentb5e6a6dfb117b1af32c3de28d173bab7d6b249d2 (diff)
mingw build for fl
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@42 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--tipper/tipper.mdsp4
-rw-r--r--tipper/version.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tipper/tipper.mdsp b/tipper/tipper.mdsp
index e161173..c52fd81 100644
--- a/tipper/tipper.mdsp
+++ b/tipper/tipper.mdsp
@@ -102,6 +102,6 @@ extraResourceOptions=
1=resource.rc
[Other]
[History]
-message_pump.cpp,1325
tipper.cpp,3326
-version.h,150
+message_pump.cpp,1325
+version.h,785
diff --git a/tipper/version.h b/tipper/version.h
index 38543c0..e6ea42e 100644
--- a/tipper/version.h
+++ b/tipper/version.h
@@ -4,7 +4,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 4
-#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