diff options
127 files changed, 128 insertions, 128 deletions
@@ -52,7 +52,7 @@ podman run --rm -p 2000:2000 --name ychat -v /tmp/ychat-data:/app/data:Z ychat:d The server logs to stdout. You should see something like: ``` -yChat 0.9.1-CURRENT Build ... +yChat 0.9.2-CURRENT Build ... Sock: Created socket on localhost:2000 Sock: Server socket is ready Initializing sock events (1) diff --git a/ychat/src/build.h b/ychat/src/build.h index 31cac1b..61e660f 100644 --- a/ychat/src/build.h +++ b/ychat/src/build.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/build.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow @@ -26,7 +26,7 @@ #ifndef BUILD_H #define BUILD_H -#define VERSION "0.9.1" +#define VERSION "0.9.2" #define BRANCH "CURRENT" #define BUILDNR 4325 #define UNAME "Undefined" diff --git a/ychat/src/chat/base.h b/ychat/src/chat/base.h index 7062fa0..614b51c 100644 --- a/ychat/src/chat/base.h +++ b/ychat/src/chat/base.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/base.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/base.tmpl b/ychat/src/chat/base.tmpl index ad45817..d190310 100644 --- a/ychat/src/chat/base.tmpl +++ b/ychat/src/chat/base.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/base.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/chat.cpp b/ychat/src/chat/chat.cpp index 5f34647..a60630e 100644 --- a/ychat/src/chat/chat.cpp +++ b/ychat/src/chat/chat.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/chat.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/chat.h b/ychat/src/chat/chat.h index 9b3e474..bcab74e 100644 --- a/ychat/src/chat/chat.h +++ b/ychat/src/chat/chat.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/chat.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/gcol.cpp b/ychat/src/chat/gcol.cpp index 3ad03da..f121203 100644 --- a/ychat/src/chat/gcol.cpp +++ b/ychat/src/chat/gcol.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/gcol.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/gcol.h b/ychat/src/chat/gcol.h index c85fcc2..5f8fbe5 100644 --- a/ychat/src/chat/gcol.h +++ b/ychat/src/chat/gcol.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/gcol.h *: - *: yChat; Hom |
