mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#! /bin/sh
|
|
|
|
VER=`sed -n -e 's/^const char \*gScummVMVersion = "\(.*\)";/\1/p' base/main.cpp``date +%Y%m%d`
|
|
|
|
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog
|