mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
build: Fixed some references to renamed test-versioning.sh
This commit is contained in:
parent
f6565c329b
commit
f648c000bd
2 changed files with 3 additions and 3 deletions
|
@ -78,8 +78,8 @@ perl -w -pi -e 's/(VALUE "ProductVersion", ")\d+, \d+, \d+/${1}'$MAJOR', '$MINOR
|
|||
echo "Regenerating configure script with new version..."
|
||||
./autogen.sh |grep -v 'Now you are ready to run ./configure'
|
||||
|
||||
echo "Running test/versioning.sh to verify changes..."
|
||||
./test/versioning.sh
|
||||
echo "Running build-scripts/test-versioning.sh to verify changes..."
|
||||
./build-scripts/test-versioning.sh
|
||||
|
||||
echo "All done."
|
||||
echo "Run 'git diff' and make sure this looks correct, before 'git commit'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue