summaryrefslogtreecommitdiff
path: root/src/libwebvi
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-11-06 10:43:09 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2010-11-06 10:43:09 +0200
commit34263dbefe5482fd90cee66bbc38d75541dbe87d (patch)
treef0c8f1b5faa2e659ccadf38348c0fd6692a74574 /src/libwebvi
parent07c8a157c31ed5221b4fd325058eb1d3fa579c33 (diff)
downloadvdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.gz
vdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.bz2
upgrade version to 0.3.3
Diffstat (limited to 'src/libwebvi')
-rw-r--r--src/libwebvi/Makefile2
-rw-r--r--src/libwebvi/webvi/version.py4
2 files changed, 2 insertions, 4 deletions
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
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py
index 26cb817..6aa4fc8 100644
--- a/src/libwebvi/webvi/version.py
+++ b/src/libwebvi/webvi/version.py
@@ -15,6 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-MAJOR = '0'
-MINOR = '2'
-VERSION = MAJOR + '.' + MINOR
+VERSION = '0.3.3'