diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-18 17:19:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-18 17:19:26 +0100 |
commit | 11d81e42132e023d2da7beeac769ddf005ac1b91 (patch) | |
tree | fbacdcf1716d2045d0724dd5c20b13e52eaf7806 /config.h | |
parent | b265cb473f46e64ec72f1377d111b43c3a0191e5 (diff) | |
download | vdr-11d81e42132e023d2da7beeac769ddf005ac1b91.tar.gz vdr-11d81e42132e023d2da7beeac769ddf005ac1b91.tar.bz2 |
Updated the Croatian language texts
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.308 2008/03/16 11:37:13 kls Exp $ + * $Id: config.h 1.309 2008/03/18 17:19:14 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "1.5.18" -#define VDRVERSNUM 10518 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.19" +#define VDRVERSNUM 10519 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |