diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:25:21 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:25:21 +0000 |
commit | 3b92a8d946b18c0ecd336d400c7e696dbe56f79b (patch) | |
tree | cbe7a0ee62c49ada6081dea2abeb027d66ae1574 /db3x_autobackups/version.h | |
parent | ae28dca83bd0c40cbb03d88104d3b6a0b3f45908 (diff) |
fix for unicode build, dialog text
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@394 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'db3x_autobackups/version.h')
-rw-r--r-- | db3x_autobackups/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db3x_autobackups/version.h b/db3x_autobackups/version.h index 16fcf0a..6bea6ad 100644 --- a/db3x_autobackups/version.h +++ b/db3x_autobackups/version.h @@ -1,3 +1,3 @@ -#define __FILEVERSION_STRING 0,7,5,0
-#define __VERSION_STRING "0.7.5.0"
-#define __VERSION_DWORD 0x00070500
+#define __FILEVERSION_STRING 0,7,5,1
+#define __VERSION_STRING "0.7.5.1"
+#define __VERSION_DWORD 0x00070501
|