summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muggle.c2
-rw-r--r--muggle.doxygen2
2 files changed, 2 insertions, 2 deletions
diff --git a/muggle.c b/muggle.c
index 28b0729..46fda32 100644
--- a/muggle.c
+++ b/muggle.c
@@ -21,7 +21,7 @@
#include <getopt.h>
#include <config.h>
-static const char *VERSION = "0.1.2";
+static const char *VERSION = "0.1.3";
static const char *DESCRIPTION = "Media juggle plugin for VDR";
static const char *MAINMENUENTRY = "Muggle";
diff --git a/muggle.doxygen b/muggle.doxygen
index 2b401c4..3a1ee60 100644
--- a/muggle.doxygen
+++ b/muggle.doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = Muggle media plugin
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.1.1
+PROJECT_NUMBER = 0.1.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.