From 7db55303088588a19fcde1c804268c984f6008d8 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 10 Feb 2009 21:57:10 -0600 Subject: [PATCH] Espeakup version 0.51. --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index d9fa19c..970409b 100644 --- a/espeakup.c +++ b/espeakup.c @@ -27,7 +27,7 @@ #include "espeakup.h" /* program version */ -const char *Version = "0.5"; +const char *Version = "0.51"; /* path to our pid file */ const char *pidPath = "/var/run/espeakup.pid";