summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-08-25 18:38:58 +0000
committerscop <scop>2005-08-25 18:38:58 +0000
commitc3600695b54210e828a2d0b9d549f75bed718e33 (patch)
treee0a76d7461719860c206d3d1fb04c85417cffabc
parent4cf01a6565c1c6a3e7824f30e15ada21596ba8fe (diff)
downloadvdr-plugin-dxr3-c3600695b54210e828a2d0b9d549f75bed718e33.tar.gz
vdr-plugin-dxr3-c3600695b54210e828a2d0b9d549f75bed718e33.tar.bz2
Bump to 0.3.0-cvs; 0.2.x will (if they will) be released from the 0-2 branch.
-rw-r--r--HISTORY9
-rw-r--r--dxr3.c4
2 files changed, 7 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 1979f7e..977cb0a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -293,8 +293,9 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- don't override OSD's {Save,Restore}Region with dummies (Luca Olivetti)
-2005-0?-??: Version 0.2.?
+2005-??-??: Version 0.3.0
-- added fix for slow udev device creating (Christian Gmeiner)
-- renamed dxr3interface_spu_encoder.[ch] to dxr3spuencoder.[ch] (Christian Gmeiner)
-- we are using dxr3 hardware dvd playback functions in our spudecoder (Christian Gmeiner) \ No newline at end of file
+- add workaround for slow udev device creating (Christian Gmeiner)
+- renamed dxr3interface_spu_encoder.[ch] to dxr3spuencoder.[ch]
+ (Christian Gmeiner)
+- use dxr3 hardware dvd playback functions in spudecoder (Christian Gmeiner)
diff --git a/dxr3.c b/dxr3.c
index e05769d..6d20718 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dxr3.c,v 1.10 2005/08/17 07:16:00 scop Exp $
+ * $Id: dxr3.c,v 1.11 2005/08/25 18:38:58 scop Exp $
*
*/
@@ -15,7 +15,7 @@
#include "dxr3.h"
#include "dxr3i18n.h"
-static const char *VERSION = "0.2.4-cvs";
+static const char *VERSION = "0.3.0-cvs";
static const char *DESCRIPTION = "Hardware MPEG decoder";
static const char *MAINMENUENTRY = "DXR3";