diff options
author | scop <scop> | 2006-01-08 18:03:28 +0000 |
---|---|---|
committer | scop <scop> | 2006-01-08 18:03:28 +0000 |
commit | cd8f8d8b3b349e8a0f3876dbe27a73b8c11cd6b5 (patch) | |
tree | dbe40f4079a414c372dfa1b12550213c539ece61 | |
parent | 98fbcee2331d9781a1b22d85cfce6af24a49064a (diff) | |
download | vdr-plugin-dxr3-cd8f8d8b3b349e8a0f3876dbe27a73b8c11cd6b5.tar.gz vdr-plugin-dxr3-cd8f8d8b3b349e8a0f3876dbe27a73b8c11cd6b5.tar.bz2 |
Bump to 0.2.6-cvs.
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -306,3 +306,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 audio mode etc (Luca Olivetti, Ville Skyttä) - remove image grab code, it's broken (crashes vdr) and would cause maintenance problems with various 1.3.x vdr versions (Ville Skyttä) + +2006-xx-xx: Version 0.2.6 + +- [No changes yet] @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.1.2.21 2006/01/08 17:59:56 scop Exp $ + * $Id: dxr3.c,v 1.1.2.22 2006/01/08 18:03:28 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.5"; +static const char *VERSION = "0.2.6-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |