released v0.3.

This commit is contained in:
William Hubbs 2008-09-28 12:26:26 -05:00
commit 17f07e8cd1

2
cli.c
View file

@ -24,7 +24,7 @@
#include "espeakup.h"
/* program version */
const char *Version = "0.2";
const char *Version = "0.3";
/* command line options */
const char *shortOptions = "dhv";