From 1369c647e01f47297d92859f2da0808186eb760e Mon Sep 17 00:00:00 2001 From: zwer Date: Thu, 23 Feb 2006 23:00:19 +0000 Subject: Versionsbezeichnung in 0.1.0 korrigiert git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@12 1f4bef6d-8e0a-0410-8695-e467da8aaccf --- README | 4 ++-- ffnetdev.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 962dc7f..9766b29 100644 --- a/README +++ b/README @@ -87,8 +87,8 @@ changed to the folder where the VDR sourcecode is located, and that it is version 0.0.3 of the plugin you wish to install. root@linux # cd PLUGINS/src -root@linux # wget http://nano.gmxhome.de/ffnetdev/vdr-ffnetdev-0.0.4.tar.bz2 -root@linux # tar xfj vdr-ffnetdev-0.0.4.tar.bz2 +root@linux # wget http://nano.gmxhome.de/ffnetdev/vdr-ffnetdev-0.1.0.tar.bz2 +root@linux # tar xfj vdr-ffnetdev-0.1.0.tar.bz2 root@linux # cd ../.. root@linux # make plugins root@linux # ./vdr -P ffnetdev diff --git a/ffnetdev.c b/ffnetdev.c index 558daea..5a302f1 100644 --- a/ffnetdev.c +++ b/ffnetdev.c @@ -21,7 +21,7 @@ #include "ffnetdevsetup.h" -const char *cPluginFFNetDev::VERSION = "0.0.4"; +const char *cPluginFFNetDev::VERSION = "0.1.0"; const char *cPluginFFNetDev::DESCRIPTION = "Full Featured Network Device for Streaming"; //const char *cOSDWorker::MAINMENUENTRY = "FFNetDev"; -- cgit v1.2.3