From f7ddd8dc77927d21a07479f80969df031af396f2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Oct 2008 19:23:46 -0500 Subject: [PATCH] Released v0.4. --- cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 3392554..ecb9bb6 100644 --- a/cli.c +++ b/cli.c @@ -24,7 +24,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.3"; +const char *Version = "0.4"; /* command line options */ const char *shortOptions = "dhv";