diff options
| author | Tannin <devnull@localhost> | 2014-02-07 21:05:48 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-02-07 21:05:48 +0100 |
| commit | 7aadb476376db1d23ad333abb439639552bb6e19 (patch) | |
| tree | 2e7ae9735ea8411dfb1486034e6ebd80b72c0d6c /src/version.rc | |
| parent | 76fbe6effef7c2e787c1801741d4eb0a156128ce (diff) | |
- archives.txt is now written using the "safe"-write mechanism
- added the whole boss fork to the repository
- bugfix: boss db is now always re-initialised because otherwise there might have been differing results between runs
- bugfix: locked load order was ignored by integrated boss
- bugfix: archive list wasn't written back on all changes that affected it
- bugfix: CreateFile-hook didn't reroute files created with OPEN_ALWAYS to overwrite directory
- bugfix: NtQueryDirectoryFile-hook didn't return the correct status code when searching for a file that doesn't exist
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index 14b2781f..426e927e 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,1,1,0
-#define VER_FILEVERSION_STR "1,1,1,0\0"
+#define VER_FILEVERSION 1,1,2,0
+#define VER_FILEVERSION_STR "1,1,2,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
