summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-23 23:00:19 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-23 23:00:19 +0000
commit1369c647e01f47297d92859f2da0808186eb760e (patch)
tree9d6be2618d5524997726885312e682e39e8f68e9
parentfdfbcc02e7ce43bdd55f896c0fdbf8ef427d2d2a (diff)
downloadvdr-plugin-ffnetdev-1369c647e01f47297d92859f2da0808186eb760e.tar.gz
vdr-plugin-ffnetdev-1369c647e01f47297d92859f2da0808186eb760e.tar.bz2
Versionsbezeichnung in 0.1.0 korrigiert
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@12 1f4bef6d-8e0a-0410-8695-e467da8aaccf
-rw-r--r--README4
-rw-r--r--ffnetdev.c2
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";