diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-23 11:00:03 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-23 11:00:03 +0000 |
commit | 0c5c1deeb5ca6e2c572ceb9192437ee3d9178238 (patch) | |
tree | a3389c7ea0116a072d86bdf839fbe06c923057c9 | |
parent | 356d968b27592d2b3b15fb28e7bd782d0c4b06d6 (diff) | |
download | vdr-plugin-muggle-0c5c1deeb5ca6e2c572ceb9192437ee3d9178238.tar.gz vdr-plugin-muggle-0c5c1deeb5ca6e2c572ceb9192437ee3d9178238.tar.bz2 |
Version number changes for 0.1.1
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@384 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | muggle.c | 2 | ||||
-rw-r--r-- | muggle.doxygen | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ #include <getopt.h> #include <config.h> -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; diff --git a/muggle.doxygen b/muggle.doxygen index 96a5394..2b401c4 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.0 +PROJECT_NUMBER = 0.1.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |