summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-23 11:59:27 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-23 11:59:27 +0000
commit7045aa7616300c7ae605b6d01626f1e540902bda (patch)
tree3d6056b6138f4a674d7206d1b8270099093df2f7 /tools
parentf369caad4c4848f1c9bd85afbf0593a171f01363 (diff)
downloadvdr-plugin-menuorg-7045aa7616300c7ae605b6d01626f1e540902bda.tar.gz
vdr-plugin-menuorg-7045aa7616300c7ae605b6d01626f1e540902bda.tar.bz2
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release2
1 files changed, 1 insertions, 1 deletions
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"