diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-08 01:11:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-08 01:11:04 +0300 |
| commit | 323b993bde8a5c044a8382ebdcdde6feb92b91c3 (patch) | |
| tree | ad4a58548e7283e47250a934b282c4300af39f5c | |
| parent | deacb3f85936beac6c8d60b9ba92ea64e518ca53 (diff) | |
Bump version to 0.9.2 for ychat, yhttpd, ycursesHEADyhttpd-0.9.2ycurses-0.9.2ychat-0.9.2master
Post-0.9.1 release; the chat color-picker / POST body parsing fix
(deacb3f) is now in and verified live on f3s.
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 *: *: Copyri |
