From 0f24afef95c2bdda474d77bc774f19003015da46 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 9 Feb 2009 09:05:28 -0600 Subject: [PATCH] espeakup v0.5 --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index 9f3c309..d9fa19c 100644 --- a/espeakup.c +++ b/espeakup.c @@ -27,7 +27,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.4"; +const char *Version = "0.5"; /* path to our pid file */ const char *pidPath = "/var/run/espeakup.pid";