From 5546354cc7051c2d01d153d69e472c609b3e33ab Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 2 Jan 2012 19:31:08 +0100 Subject: [PATCH] Version bump. --- softhddevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softhddevice.cpp b/softhddevice.cpp index 1dbff5f..5f048b0 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1,7 +1,7 @@ /// /// @file softhddevice.cpp @brief A software HD device plugin for VDR. /// -/// Copyright (c) 2011 by Johns. All Rights Reserved. +/// Copyright (c) 2011, 2012 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -39,7 +39,7 @@ extern "C" { ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.1.4"; +static const char *const VERSION = "0.1.5"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device");