From 34263dbefe5482fd90cee66bbc38d75541dbe87d Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sat, 6 Nov 2010 10:43:09 +0200 Subject: upgrade version to 0.3.3 --- src/libwebvi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libwebvi/Makefile') diff --git a/src/libwebvi/Makefile b/src/libwebvi/Makefile index fc68277..895478f 100644 --- a/src/libwebvi/Makefile +++ b/src/libwebvi/Makefile @@ -5,7 +5,7 @@ LIBNAME=libwebvi.so LIBSONAME=$(LIBNAME).0 LIBMINOR=$(LIBSONAME).4 -VERSION:=$(shell cat ../version) +VERSION:=$(shell grep VERSION webvi/version.py | cut -d \' -f 2) PYLIB:=$(shell python pythonlibname.py) DEFINES:=-DPYTHONSHAREDLIB=\"$(PYLIB)\" -DLIBWEBVI_VERSION=\"$(VERSION)\" # append -DDEBUG to DEFINES to get debug output -- cgit v1.2.3