diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-07-30 18:49:54 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-07-30 18:49:54 +0200 |
commit | cfdacfc000e0965c794628309db9f91885840be8 (patch) | |
tree | 8995f651acccc78621af7fb16ab979d4744c75e3 /plugin.c | |
parent | 72aeb57c881b361ce984c93adabb236c12fbe22f (diff) | |
download | vdr-plugin-graphlcd-cfdacfc000e0965c794628309db9f91885840be8.tar.gz vdr-plugin-graphlcd-cfdacfc000e0965c794628309db9f91885840be8.tar.bz2 |
increase plugin version to 0.3.0 (+no longer w/ postfix)
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "0.2.0-touchcol-git"; +static const char *VERSION = "0.3.0"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |