From 3815ead9b67669a01a630624c444aaa62695a824 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 7 Jul 2026 15:11:42 +0300 Subject: Set yhttpd and ycurses version to 0.9.0 Align all three subprojects on 0.9.0 (ychat was already 0.9.0): - yhttpd src/msgs.h: VERSION 0.8 -> 0.9.0 (BRANCH stays CURRENT, BUILDNR unchanged at 4027). - yhttpd VERSION file: 0.8.3-CURRENT Build 4003 -> 0.9.0-CURRENT Build 4027, reconciled with the msgs.h macros (the file and macro previously disagreed on both the version string and the build number). - ycurses src/msgs.h: VERSION 0.1 -> 0.9.0. ychat src/build.h is unchanged (already 0.9.0-CURRENT, BUILDNR 4325). --- yhttpd/VERSION | 2 +- yhttpd/src/msgs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'yhttpd') diff --git a/yhttpd/VERSION b/yhttpd/VERSION index 691d30f..34f8d09 100644 --- a/yhttpd/VERSION +++ b/yhttpd/VERSION @@ -1 +1 @@ -yhttpd 0.8.3-CURRENT Build 4003 +yhttpd 0.9.0-CURRENT Build 4027 diff --git a/yhttpd/src/msgs.h b/yhttpd/src/msgs.h index bedf4ec..22432c1 100644 --- a/yhttpd/src/msgs.h +++ b/yhttpd/src/msgs.h @@ -123,7 +123,7 @@ #define XMLREAD "XML: Reading " #define XMLERR "XML Error: " #define XMLER1 "XML Error: Unable to load file " -#define VERSION "0.8" +#define VERSION "0.9.0" #define BRANCH "CURRENT" #define BUILDNR 4027 #define UNAME "Linux 7.0.11-200.fc44.x86_64 x86_64" -- cgit v1.2.3