It's alpha software as yet

This commit is contained in:
Tony Garnock-Jones 2011-01-02 14:19:32 -05:00
parent 33e304e7f7
commit 2c4a64e76f
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -93,7 +93,7 @@ static void console_listener(void *arg) {
#endif
int main(int argc, char *argv[]) {
info("cmsg, Copyright (C) 2010 Tony Garnock-Jones. All rights reserved.\n");
info("cmsg ALPHA, Copyright (C) 2010 Tony Garnock-Jones. All rights reserved.\n");
event_init();
signal(SIGPIPE, SIG_IGN); /* avoid EPIPE when connections drop unexpectedly */
info("Using libevent version %s\n", event_get_version());