diff options
-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"; |