diff options
author | Johns <johns98@gmx.net> | 2012-01-02 19:31:08 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-02 19:31:08 +0100 |
commit | 5546354cc7051c2d01d153d69e472c609b3e33ab (patch) | |
tree | 50682ea2c7afb724466501327f55afe339541e5f | |
parent | 442e021d871b121040dedcc05552ec900c7ab49c (diff) | |
download | vdr-plugin-softhddevice-5546354cc7051c2d01d153d69e472c609b3e33ab.tar.gz vdr-plugin-softhddevice-5546354cc7051c2d01d153d69e472c609b3e33ab.tar.bz2 |
Version bump.
-rw-r--r-- | softhddevice.cpp | 4 |
1 files 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"); |