diff options
author | chriszero <zerov83@gmail.com> | 2015-12-23 22:10:54 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-23 22:10:54 +0100 |
commit | 23415b9492e83be9fdec461b5bebc89f186502e4 (patch) | |
tree | dea505ccb7684c1447618136317d9a73615ae16a | |
parent | d8bd5068f6fc8f70767e60aead11261ce7ca9d59 (diff) | |
download | vdr-plugin-plex-23415b9492e83be9fdec461b5bebc89f186502e4.tar.gz vdr-plugin-plex-23415b9492e83be9fdec461b5bebc89f186502e4.tar.bz2 |
Version 0.2.00.2.0
-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.1.5" +static const char *const VERSION = "0.2.0" #ifdef GIT_REV "-GIT" GIT_REV #endif |