From 037019de3a74c191349bebc03289a11ab7cead42 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 1 Sep 2008 16:18:46 -0500 Subject: [PATCH] Espeakup v0.2 --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index 557469f..406cce3 100644 --- a/espeakup.c +++ b/espeakup.c @@ -27,7 +27,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.1"; +const char *Version = "0.2"; /* command line options */ const char *shortOptions = "dhv";