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");