diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 12:31:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 12:31:47 +0000 |
commit | df59cbfe798046867e2146e28c98ee2fe6601abe (patch) | |
tree | c3c373d882bd66c059989086c23d8fb77b4559a2 /tipper/version.h | |
parent | b5e6a6dfb117b1af32c3de28d173bab7d6b249d2 (diff) |
mingw build for fl
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@42 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/version.h')
-rw-r--r-- | tipper/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|