summaryrefslogtreecommitdiff
path: root/PLUGINS/src/hello/hello.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-13 15:06:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-13 15:06:52 +0100
commitd7d4799236687c5f14c4719c918619d53099081a (patch)
treeadd329649b9a2f4c7205701b8117dca2ef02346a /PLUGINS/src/hello/hello.c
parent2343e7ec141c85c0029d4b3fa6859e9f5335f81f (diff)
downloadvdr-d7d4799236687c5f14c4719c918619d53099081a.tar.gz
vdr-d7d4799236687c5f14c4719c918619d53099081a.tar.bz2
Changed setting of CXX and CXXFLAGS variables in Makefile
Diffstat (limited to 'PLUGINS/src/hello/hello.c')
-rw-r--r--PLUGINS/src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c
index 2f00ee71..e3c45f2b 100644
--- a/PLUGINS/src/hello/hello.c
+++ b/PLUGINS/src/hello/hello.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: hello.c 1.10 2002/11/16 13:20:26 kls Exp $
+ * $Id: hello.c 1.11 2002/12/13 15:01:43 kls Exp $
*/
#include <getopt.h>
@@ -12,7 +12,7 @@
#include <vdr/plugin.h>
#include "i18n.h"
-static const char *VERSION = "0.0.9";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = "A friendly greeting";
static const char *MAINMENUENTRY = "Hello";