From 55f8ebf98a0fd2caef675e22499798b8ead99b12 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 30 May 2009 10:32:36 -0500 Subject: [PATCH] released v0.70 --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index e75583f..5422c37 100644 --- a/espeakup.c +++ b/espeakup.c @@ -28,7 +28,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.60"; +const char *Version = "0.70"; /* path to our pid file */ const char *pidPath = "/var/run/espeakup.pid";