diff --git a/packaging/windows-mkzip/bin_readme.txt b/packaging/windows-mkzip/bin_readme.txt index 7aeec698e..3b185cfed 100644 --- a/packaging/windows-mkzip/bin_readme.txt +++ b/packaging/windows-mkzip/bin_readme.txt @@ -10,7 +10,6 @@ Known Bugs & Limitations Viewer -- If you toggle all UI components quickly, the app gets confused. - For files more than one embedded texture, only the first is loaded. - Normals appear flipped from time to time when either of the normals-related menu items was hit. - Alpha-sorting is implemented, but still causes artifacts when models are moved quickly. diff --git a/packaging/windows-mkzip/mkfinal.bat b/packaging/windows-mkzip/mkfinal.bat index a5b7fc654..57201b857 100644 --- a/packaging/windows-mkzip/mkfinal.bat +++ b/packaging/windows-mkzip/mkfinal.bat @@ -161,8 +161,8 @@ IF NOT EXIST 7za.exe ( echo build ZIP archives. Download: http://www.7-zip.org/download.html pause ) else ( -7za.exe a -tzip "final\%OUT_BIN%.zip" ".\final\%OUT_BIN%\*" -7za.exe a -tzip "final\%OUT_SDK%.zip" ".\final\%OUT_SDK%\*" +7za.exe a -tzip "final\%OUT_BIN%.zip" ".\final\%OUT_BIN%" +7za.exe a -tzip "final\%OUT_SDK%.zip" ".\final\%OUT_SDK%" ) rem OK. We should have the release packages now. diff --git a/revision.h b/revision.h index 9bfea30f1..8b5e1f88a 100644 --- a/revision.h +++ b/revision.h @@ -1 +1 @@ -#define SVNRevision 854 +#define SVNRevision 858