diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-20 12:50:32 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-20 12:50:32 +0000 |
commit | 3fb2f23657f6c38e52c187d40316694c163441f0 (patch) | |
tree | aff02cd82575484fa8830b9f0b8cc1cda6c4ea29 | |
parent | 96299c1e15769d84b1589dee7e68a72defdb780f (diff) | |
download | vdr-plugin-muggle-3fb2f23657f6c38e52c187d40316694c163441f0.tar.gz vdr-plugin-muggle-3fb2f23657f6c38e52c187d40316694c163441f0.tar.bz2 |
bump version to 0.1.3
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@501 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | muggle-plugin/muggle.c | 2 | ||||
-rw-r--r-- | muggle-plugin/muggle.doxygen | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/muggle-plugin/muggle.c b/muggle-plugin/muggle.c index 28b0729..46fda32 100644 --- a/muggle-plugin/muggle.c +++ b/muggle-plugin/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-plugin/muggle.doxygen b/muggle-plugin/muggle.doxygen index 2b401c4..3a1ee60 100644 --- a/muggle-plugin/muggle.doxygen +++ b/muggle-plugin/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. |