diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 06:44:51 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 06:44:51 +0000 |
commit | ca49edef11ff1b76ec9fd35b6f2db47a355c5afb (patch) | |
tree | 9ffc6345ababdb8618ba4e426c5df6519f21f366 /tipper/version.h | |
parent | 22fd6afd21ea20156d906797fc82d96aba51d084 (diff) |
fix for empty status messages from ersatz
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@214 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 f000466..467fb2e 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 7
+#define __BUILD_NUM 8
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|