diff options
author | chriszero <zerov83@gmail.com> | 2015-12-23 22:45:37 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-23 22:45:37 +0100 |
commit | df60d667c49110e976dc216ed936d45bab114a9c (patch) | |
tree | f85e58ce1457197776e491b483145b728a23b576 | |
parent | c3a93cdf698c83c721b543d284788812dcf34577 (diff) | |
download | vdr-plugin-plex-df60d667c49110e976dc216ed936d45bab114a9c.tar.gz vdr-plugin-plex-df60d667c49110e976dc216ed936d45bab114a9c.tar.bz2 |
0.2.10.2.1
-rw-r--r-- | plex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "0.2.0" +static const char *const VERSION = "0.2.1" #ifdef GIT_REV "-GIT" GIT_REV #endif |