aboutsummaryrefslogtreecommitdiff
path: root/dists/debian/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'dists/debian/prepare')
-rwxr-xr-xdists/debian/prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/prepare b/dists/debian/prepare
index 64d64db47c..095c596854 100755
--- a/dists/debian/prepare
+++ b/dists/debian/prepare
@@ -1,5 +1,5 @@
#! /bin/sh
-VER=`sed -n -e 's/ CVS//' -e 's/^const char \*gScummVMVersion = "\(.*\)"/\1/p' common/engine.cpp``date +%Y%m%d`
+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