From 6ad4afad31513c20d44310f274e14df8520e19b0 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Sat, 19 Jan 2013 11:41:35 +0100 Subject: [PATCH] Protocoll and debian version bump to 0.4.0 --- debian/changelog | 6 ++++++ debian/create_source_tar | 2 +- vdr.cc | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6550145..2af334d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vompclient (0.4.0-1) UNRELEASED; urgency=low + + * New release + + -- Marten Richter Sat, 19 Jan 2013 11:41:01 +0100 + vompclient (0.3.1.121104-1) unstable; urgency=low * Initial release diff --git a/debian/create_source_tar b/debian/create_source_tar index 33bbd6b..95d4262 100755 --- a/debian/create_source_tar +++ b/debian/create_source_tar @@ -2,4 +2,4 @@ cd .. git pull echo $FILEDEST -git archive HEAD | gzip > ../vompclient_0.3.1.121104.orig.tar.gz \ No newline at end of file +git archive HEAD | gzip > ../vompclient_0.4.0.orig.tar.gz \ No newline at end of file diff --git a/vdr.cc b/vdr.cc index 9e1bf8a..eb6598f 100644 --- a/vdr.cc +++ b/vdr.cc @@ -38,7 +38,7 @@ #include "video.h" #include "osd.h" -#define VOMP_PROTOCOLL_VERSION 0x00000100 +#define VOMP_PROTOCOLL_VERSION 0x00000200 VDR* VDR::instance = NULL; //prepare a request -- 2.39.2