mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
b05e7de7bb
svn-id: r9032
6 lines
189 B
Bash
Executable File
6 lines
189 B
Bash
Executable File
#! /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
|