mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
797fc81597
svn-id: r5368
6 lines
184 B
Bash
Executable File
6 lines
184 B
Bash
Executable File
#! /bin/sh
|
|
|
|
VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h`+cvs`date +%Y%m%d`
|
|
|
|
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog
|