blob: 64d64db47c1d33fa8ad038a813c5bd71fafcb1da (
plain)
1
2
3
4
5
|
#! /bin/sh
VER=`sed -n -e 's/ CVS//' -e 's/^const char \*gScummVMVersion = "\(.*\)"/\1/p' common/engine.cpp``date +%Y%m%d`
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog
|