diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-25 08:32:45 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-25 08:32:45 +0000 |
| commit | 049852735e5d91b183eb28229e32de5f1a563fd1 (patch) | |
| tree | 4a4e180ed3131512e465b55a13c852b7079ab1d6 | |
| parent | 38dcaa6a0570b79c79aee397cef34fba7864c018 (diff) | |
| download | vdr-plugin-muggle-049852735e5d91b183eb28229e32de5f1a563fd1.tar.gz vdr-plugin-muggle-049852735e5d91b183eb28229e32de5f1a563fd1.tar.bz2 | |
Final changes for 0.0.8
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@240 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | muggle.c | 2 | ||||
| -rw-r--r-- | muggle.doxygen | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ #include <getopt.h> #include <config.h> -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; diff --git a/muggle.doxygen b/muggle.doxygen index d393679..fb0e1d0 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.0.7 +PROJECT_NUMBER = 0.0.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |
