From 8f0d1974801544317e096e1ae6164e804e0aa1ab Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 16 Jun 2023 16:01:19 +0000 Subject: [PATCH] Bump version: v0.3.0 -> v0.4.0 --- Cytoplasm/make.sh | 2 +- man/man7/telodendria-changelog.7 | 5 ++++- tools/bin/td | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cytoplasm/make.sh b/Cytoplasm/make.sh index 341c539..82d18c2 100755 --- a/Cytoplasm/make.sh +++ b/Cytoplasm/make.sh @@ -13,7 +13,7 @@ addprefix() { : "${NAME:=Cytoplasm}" : "${LIB_NAME:=$(echo ${NAME} | tr '[A-Z]' '[a-z]')}" -: "${VERSION:=0.3.0}" +: "${VERSION:=0.4.0}" : "${CVS_TAG:=${NAME}-$(echo ${VERSION} | sed 's/\./_/g')}" diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index 7235d13..f36b352 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: June 10 2023 $ +.Dd $Mdocdate: June 16 2023 $ .Dt TELODENDRIA-CHANGELOG 7 .Os Telodendria Project .Sh NAME @@ -28,6 +28,9 @@ Feel free to grab an item on that list and start writing patches! It's a good idea to join the Matrix rooms noted in .Xr telodendria 7 as well, so you can discuss your progress and ask questions. +.Sh v0.4.0 +.Pp +Not released yet. .Sh v0.3.0 .Pp Saturday, June 10, 2023 diff --git a/tools/bin/td b/tools/bin/td index 47057f7..27c3973 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -34,7 +34,7 @@ fi # such that these serve more as sane defaults than hard requirements. # -: "${TELODENDRIA_VERSION:=0.3.0}" +: "${TELODENDRIA_VERSION:=0.4.0}" : "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}" : "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"${TELODENDRIA_VERSION}-$(uname)\"}"