From 7045aa7616300c7ae605b6d01626f1e540902bda Mon Sep 17 00:00:00 2001 From: svntobi Date: Sun, 23 Mar 2008 11:59:27 +0000 Subject: made version.h upper case git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6971 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- tools/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/release b/tools/release index d7c8e09..1e906c8 100755 --- a/tools/release +++ b/tools/release @@ -16,7 +16,7 @@ fi make dist # read version -VERSION=`grep 'static const char VERSION\[\] =' src/version.h | awk '{ print $6 }' | sed -e 's/[";]//g'` +VERSION=`grep 'static const char VERSION\[\] =' src/Version.h | awk '{ print $6 }' | sed -e 's/[";]//g'` # tag version echo "Tagging: $VERSION" -- cgit v1.2.3