From 8d624224e932caaf6964680b1f9d4d33400e0caf Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 9 Jan 2012 22:10:42 +0100 Subject: [PATCH] Version 0.3.0 released. --- ChangeLog | 3 ++- softhddevice.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4314856..4831950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ User johns -Date: +Date: Mon Jan 9 22:09:38 CET 2012 + Release Version 0.3.0 Add support of resolution dependend video parameters (deint, scale, ...). Add support for recording play back. Add workaround for alsa crash in snd_pcm_prepare. diff --git a/softhddevice.cpp b/softhddevice.cpp index 8ac556b..b1ddd9d 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -42,7 +42,7 @@ extern "C" ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.2.0"; +static const char *const VERSION = "0.3.0"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device");