forked from Telodendria/Telodendria
Bump version: v0.3.0 -> v0.4.0
This commit is contained in:
parent
b9641e89d6
commit
8f0d197480
3 changed files with 6 additions and 3 deletions
|
@ -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')}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)\"}"
|
||||
|
|
Loading…
Reference in a new issue