summaryrefslogtreecommitdiff
path: root/ycurses
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-07 15:11:42 +0300
committerPaul Buetow <paul@buetow.org>2026-07-07 15:11:42 +0300
commit3815ead9b67669a01a630624c444aaa62695a824 (patch)
treef6591c58d3fe84b815d87519e785da7f20267759 /ycurses
parenteb46afd5d10b0d2c95a90eade231d519415bdd80 (diff)
Set yhttpd and ycurses version to 0.9.0v0.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).
Diffstat (limited to 'ycurses')
-rw-r--r--ycurses/src/msgs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ycurses/src/msgs.h b/ycurses/src/msgs.h
index 355aa45..68026ca 100644
--- a/ycurses/src/msgs.h
+++ b/ycurses/src/msgs.h
@@ -2,7 +2,7 @@
#define MSGS_H
#define APPNAME "curses"
-#define VERSION "0.1"
+#define VERSION "0.9.0"
#define BRANCH "CURRENT"
#define BUILDNR 1661
#define UNAME "FreeBSD 5.3-RELEASE-p15 i386"