diff options
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ * * (C) 2003 Kai Tobias Burwieck <kai at burwieck.net> * (C) 2004 "Interpohl" <interpohl at vdr-portal.de> - * (C) 2004 A. Brachold <anbr at users.berlios.de> * (C) 2004 O. Kreuzinger <Onno at Kreuzinger.biz> * (C) 2004 A. Holzhammer for the massive script updates + * (C) 2004 - 2006 A. Brachold <anbr at users.berlios.de> * * based on mp3/mplayer plguin by Stefan Hülswitt <huels at iname.com> * @@ -37,7 +37,7 @@ #include "commands.h" #include "liboutput/encode.h" -static const char *VERSION = "0.2.6"; +static const char *VERSION = "0.2.7"; static const char *DESCRIPTION = "A Image Viewer plugin"; static const char *MAINMENUENTRY = "Image"; |