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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 875079b..8fb5204 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SVNROOT ?= svn+e-tobi://e-tobi.net/menuorg ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \ +VERSION = $(shell grep 'static const char VERSION\[\] =' src/Version.h | \ awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: -- cgit v1.2.3