mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
e0d71afcb9
svn-id: r6649
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#! /bin/sh
|
|
|
|
VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h``date +%Y%m%d`
|
|
|
|
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog
|