summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-08-02 08:55:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-08-02 08:55:08 +0200
commit16fb7967ffae2cf1e7206401780d820790f31871 (patch)
tree2bb1e933a7eb23657d787bd9cd53ab450322f37a
parent88a2ef45eed69224a378f09ef4511cbe8956248a (diff)
downloadvdr-16fb7967ffae2cf1e7206401780d820790f31871.tar.gz
vdr-16fb7967ffae2cf1e7206401780d820790f31871.tar.bz2
Official release of version 2.4.42.4.4
-rw-r--r--HISTORY3
-rw-r--r--config.h6
2 files changed, 5 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 074f67e9..226b921a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History
rendered the whole code branch inactive. Now this branch is only executed for devices
that are not bonded.
-2020-07-13:
+2020-08-02: Version 2.4.4
- Improved deleting plugins in case the plugin uses its own memory management (thanks
to Winfried Köhler). Plugins that have been compiled with previous versions of VDR
@@ -9511,3 +9511,4 @@ Video Disk Recorder Revision History
- Implemented handling multi packet CATs with MTD (thanks to Helmut Binder).
- Fixed a possible 'invalid lock sequence' when switching to an unavailable channel
with the main menu open.
+- Official release.
diff --git a/config.h b/config.h
index e0f5a750..c9f3d3b1 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 4.18 2020/06/10 14:00:36 kls Exp $
+ * $Id: config.h 4.19 2020/07/15 15:13:08 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
-#define VDRVERSION "2.4.3"
-#define VDRVERSNUM 20403 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.4.4"
+#define VDRVERSNUM 20404 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: