3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 04:38:53 +00:00

checkpoint

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-23 14:41:26 -07:00
parent c4898a67e3
commit 236a32c3d4
10 changed files with 256 additions and 965 deletions

20
scripts/update-version.sh Normal file
View file

@ -0,0 +1,20 @@
#!/bin/sh
#
# Update Z3 version
#
if [ $# -ne 1 ]; then
echo "Usage: update-version.sh MAJOR.MINOR.BUILD.REVISION"
fi
sd edit lib/version.h
sd edit release.cmd
sd edit shell/shell.rc
sd edit dll/dll.rc
sd edit shell/main.cpp
sd edit Z3Inspector/Properties/AssemblyInfo.cs
sd edit Microsoft.Z3/Properties/AssemblyInfo.cs
sd edit Microsoft.Z3V3/AssemblyInfo.cpp
scripts/perl scripts/update-version.pl "$1"