From b31985f97c30b043dba7b77c5af0b42d3a65fcdd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 30 May 2009 12:44:33 -0500 Subject: [PATCH] released v0.71 --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index 2f6dd25..7157b0a 100644 --- a/espeakup.c +++ b/espeakup.c @@ -28,7 +28,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.70"; +const char *Version = "0.71"; /* path to our pid file */ const char *pidPath = "/var/run/espeakup.pid";