From 36cba6f238db17094e18ca3144bd7d5d8a4ffdf0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 27 Sep 2009 12:57:15 +0200 Subject: Change marks upon priority --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c17bcd..db3eac3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ AVCODEC = 0 ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ print $$6 }' | sed -e 's/[";]//g') +VERSION = $(shell grep 'static const char \*VERSION *=' version.h | awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: -- cgit v1.2.3