diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2014-08-05 06:45:27 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2014-08-05 06:45:27 +0200 |
commit | 1004f7963795c6c59ccfcc2318360f16fa79a328 (patch) | |
tree | 77157c8b384a81facadca76095b071064276ecc3 | |
parent | a1bd80a9e0f218f65bcddedc70fab84b1711b61f (diff) | |
download | vdr-plugin-extrecmenu-1004f7963795c6c59ccfcc2318360f16fa79a328.tar.gz vdr-plugin-extrecmenu-1004f7963795c6c59ccfcc2318360f16fa79a328.tar.bz2 |
Updated for release 1.2.3.
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | extrecmenu.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'extrecmenu' Revision History ---------------------------------------- -2012-xx-xx: Version 1.2.3 +2014-08-05: Version 1.2.3 - [amair] Fix recording list problems with some recording names. - [amair] Set menu category in VDR >= 1.7.28 (Closes #1110). - [amair] Close replay OSD before starting cutter so that marks are saved to disk (submitted by mini73 @vdr-portal.de). diff --git a/extrecmenu.c b/extrecmenu.c index 471a0fc..28aa152 100644 --- a/extrecmenu.c +++ b/extrecmenu.c @@ -20,7 +20,7 @@ using namespace std; -static const char *VERSION = "1.2.3-git"; +static const char *VERSION = "1.2.3"; static const char *DESCRIPTION = tr("Extended recordings menu"); static const char *MAINMENUENTRY = "ExtRecMenu"; |