Released v0.4.

This commit is contained in:
William Hubbs 2008-10-22 19:23:46 -05:00
commit f7ddd8dc77

2
cli.c
View file

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