mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
a1896926fd
svn-id: r11716
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
|