summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-03 21:12:54 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-03 21:12:54 +0000
commit5608b9417c13f0d62e6fd8b75486fab56e930771 (patch)
tree29b50b51ba42f986adb587ebfdd0ee389559ad94
parentd698d461edf7e8ad034cf114961c16bc46d64118 (diff)
downloadvdr-plugin-muggle-5608b9417c13f0d62e6fd8b75486fab56e930771.tar.gz
vdr-plugin-muggle-5608b9417c13f0d62e6fd8b75486fab56e930771.tar.bz2
0.1.12
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@995 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--HISTORY4
-rw-r--r--muggle.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index d53becb..46fa3dc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -264,7 +264,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
- Added a patch for the image plugin (against 0.2.3) that uses muggle for
displaying selected images while listening to music
- Fix for incremental search added again
- (thanks to user sundin in vdrporal.de)
+ (thanks to user sundin in vdrportal.de)
- Setup is now more verbose. NOTE: the enumeration for background mode may
have changed!
- Several minor fixes (thanks to Ville Skyttä)
@@ -293,7 +293,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
- Patch from Hulk: Fix endless recursion in Message1()
- Patch from Morone: enable graphTFT display of cover images again
-200x-xx-xx: Version x.x.x
+2008-01-01: Version 0.1.12-BETA
- Fix compilation and some compiler warnings.
- Fix build with FLAC++ >= 1.1.3.
- Rename image_convert.sh to muggle-image-convert, install it in
diff --git a/muggle.c b/muggle.c
index d9061f5..c234e7c 100644
--- a/muggle.c
+++ b/muggle.c
@@ -20,7 +20,7 @@
#include <vdr/tools.h>
#include <vdr/config.h>
-static const char VERSION[] = "0.1.11";
+static const char VERSION[] = "0.1.12";
static const char DESCRIPTION[] = "Media juggle plugin for VDR";
static const char MAINMENUENTRY[] = "Muggle";