diff options
author | etobi <git@e-tobi.net> | 2012-02-12 13:42:00 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-02-12 13:42:00 +0100 |
commit | fb0a8d6c538547a0311dea8287a0acedce6d9d42 (patch) | |
tree | 948f0fedf05163a620f673c1226f1eae6794663f | |
parent | 8ccbccf59b76cba1018757e5b7a92cb0a580d1d9 (diff) | |
download | vdr-plugin-osdpip-fb0a8d6c538547a0311dea8287a0acedce6d9d42.tar.gz vdr-plugin-osdpip-fb0a8d6c538547a0311dea8287a0acedce6d9d42.tar.bz2 |
new release 0.1.1v0.1.1
-rw-r--r-- | osdpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ #include <vdr/plugin.h> -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = trNOOP("OSD Picture-in-Picture"); static const char *MAINMENUENTRY = trNOOP("Picture-in-Picture"); |