diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-07 16:47:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-07 16:47:09 +0300 |
| commit | de984d11e8e54c4009225488cef1ad89ddd24f46 (patch) | |
| tree | 59f48c6fe8ae5b822072a7f060707ffee5f7037d | |
| parent | 0fe33b3c40cb2dee247a8f2db098d49cfcbafd73 (diff) | |
Bump version to 0.9.1 for ychat, yhttpd, ycursesyhttpd-0.9.1ycurses-0.9.1ychat-0.9.1
Update VERSION define to 0.9.1 in ychat/src/build.h, yhttpd/src/msgs.h,
and ycurses/src/msgs.h. Also bump the 'Version 0.9.0-CURRENT' file-header
comments across ychat/src to 0.9.1-CURRENT, and the README example log
line.
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/ychat/src/chat/room.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/room.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/room.h b/ychat/src/chat/room.h index 035633a..7dbc8f0 100644 --- a/ychat/src/chat/room.h +++ b/ychat/src/chat/room.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/room.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/sess.cpp b/ychat/src/chat/sess.cpp index 9ba5636..b840b22 100644 --- a/ychat/src/chat/sess.cpp +++ b/ychat/src/chat/sess.cpp |
