summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-17 15:11:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-17 15:11:36 +0100
commit77a1ff8b008b26ae97d3550d43b0ed162eb13e99 (patch)
treea9deea9a58dccbf0cf7df70ba4e95ccf467f4155 /config.h
parent9e6ca94a7245567c95b982d1dcc42dbb73c275a2 (diff)
downloadvdr-77a1ff8b008b26ae97d3550d43b0ed162eb13e99.tar.gz
vdr-77a1ff8b008b26ae97d3550d43b0ed162eb13e99.tar.bz2
Fixed leading/trailing blanks in the translation files; bumped all version numbers to 2.2.0
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 7220d962..a7896fa7 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 3.20 2015/02/10 14:29:27 kls Exp $
+ * $Id: config.h 3.21 2015/02/17 13:11:00 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "2.1.10"
-#define VDRVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.2.0"
+#define VDRVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "2.1.10"
-#define APIVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.2.0"
+#define APIVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to