summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--dxr3.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 34c3fc9..2dcfadf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -292,7 +292,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- added Italian, Spanish and Catalan translations (Luca Olivetti)
- don't override OSD's {Save,Restore}Region with dummies (Luca Olivetti)
-2005-??-??: Version 0.2.4
+2005-08-27: Version 0.2.4
- don't abort with lpcm frames containing an odd number of bytes, drop
the frame instead (Ville Skyttä)
diff --git a/dxr3.c b/dxr3.c
index 31b208d..f46fa4d 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.1.2.18 2005/08/25 18:42:51 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.19 2005/08/27 10:58:29 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.2.4";
static const char *DESCRIPTION = "Hardware MPEG decoder";
static const char *MAINMENUENTRY = "DXR3";