# HG changeset patch # User Michael Pavone # Date 1736051435 28800 # Node ID 2d32c1232fffec0ee693472539b586df56d5cd2e # Parent 3fc8a1f2eb84a96ec51af87a31272d3846de6c44 Fix Windows build version extraction for version.inc change diff -r 3fc8a1f2eb84 -r 2d32c1232fff build_release --- a/build_release Sat Jan 04 20:15:55 2025 -0800 +++ b/build_release Sat Jan 04 20:30:35 2025 -0800 @@ -35,7 +35,7 @@ make menu.bin tmss.md if [ $OS = "Windows" -o $OS = "Win64" ]; then binaries="blastem.exe $SDLDLLPATH/SDL2.dll" - verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c` + verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' version.inc` txt=".txt" else binaries="dis zdis blastem termhelper"