diff options
author | Max Horn | 2003-07-15 02:16:33 +0000 |
---|---|---|
committer | Max Horn | 2003-07-15 02:16:33 +0000 |
commit | b05e7de7bb7d59647356d63ccb10e53bbec61bcd (patch) | |
tree | 9086c81565e5a46e912fd00a63239bc46b2bf342 /dists | |
parent | cc8334638b5f3f79e23b5580282a753f65b75ad5 (diff) | |
download | scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.gz scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.bz2 scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.zip |
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
Diffstat (limited to 'dists')
-rwxr-xr-x | dists/debian/prepare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/prepare b/dists/debian/prepare index dbf8a93abc..64d64db47c 100755 --- a/dists/debian/prepare +++ b/dists/debian/prepare @@ -1,5 +1,5 @@ #! /bin/sh -VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h``date +%Y%m%d` +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 |