1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00

Get rid of version in the window title...

svn path=/trunk/icecast/; revision=5595
This commit is contained in:
oddsock 2003-11-17 23:08:46 +00:00
parent 054a08c221
commit 268909fbcb

View File

@ -34,7 +34,7 @@ extern "C" {
static char THIS_FILE[] = __FILE__;
#endif
#define ICECAST_VERSION "2.0alpha1"
#define ICECAST_VERSION "2.x"
CEdit *g_accessControl;
CEdit *g_errorControl;
CIcecast2winDlg *g_mainDialog;