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.0-CURRENT Build ... +yChat 0.9.1-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 c8e4340..31cac1b 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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.0" +#define VERSION "0.9.1" #define BRANCH "CURRENT" #define BUILDNR 4325 #define UNAME "Undefined" diff --git a/ychat/src/chat/base.h b/ychat/src/chat/base.h index bba37e0..7062fa0 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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 9b1d682..ad45817 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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 433fd2f..5f34647 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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 edc5270..9b3e474 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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 e62c8d5..3ad03da 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.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-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 dde00fe..c85fcc2 100644 --- a/ychat/src/chat/gcol.h +++ b/ychat/src/chat/gcol.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/gcol.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/perm.cpp b/ychat/src/chat/perm.cpp index 8adb83f..aecabbf 100644 --- a/ychat/src/chat/perm.cpp +++ b/ychat/src/chat/perm.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/perm.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/perm.h b/ychat/src/chat/perm.h index bac038e..d69622b 100644 --- a/ychat/src/chat/perm.h +++ b/ychat/src/chat/perm.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/perm.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.0-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/room.cpp b/ychat/src/chat/room.cpp index 39177e7..bb30460 100644 --- a/ychat/src/chat/room.cpp +++ b/ycha |
