Bump version number

This commit is contained in:
Jordan Bancino 2022-12-13 20:36:03 +00:00
parent 6d5ef9d6ad
commit 5d1451bf88
3 changed files with 26 additions and 6 deletions

View file

@ -28,6 +28,26 @@ 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 It's a good idea to join the Matrix rooms noted in
.Xr telodendria 7 .Xr telodendria 7
as well, so you can discuss your progress and ask questions. as well, so you can discuss your progress and ask questions.
.Sh v0.1.1
.Pp
Tuesday, December 13, 2022
.Pp
I always use the first release of my projects as a test, to make
sure the release process works like I intend it, and to make sure
subsequent releases also work. Thus, we get two releases in one
day. This won't be a normal thing, I assure you.
.Pp
Changes in this release:
.Bl -bullet
.It
Bumped version number to 0.1.1.
.It
Fixed a bug in
.Xr td 8
that caused
.Xr cvs 1
to be invoked in the wrong directory.
.El
.Sh v0.1.0 .Sh v0.1.0
.Pp .Pp
Tuesday, December 13, 2022 Tuesday, December 13, 2022

View file

@ -68,19 +68,19 @@ telodendria-signify.pub</a>.
<th>Signature</th> <th>Signature</th>
</tr> </tr>
<tr> <tr>
<td>v0.1.0</td> <td>v0.1.1</td>
<td> <td>
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz"> <a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz">
Telodendria-v0.1.0.tar.gz Telodendria-v0.1.1.tar.gz
</a> </a>
</td> </td>
<td> <td>
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz.sha256"> <a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz.sha256">
SHA256 SHA256
</a> </a>
</td> </td>
<td> <td>
<a href="/pub/v0.1.0/Telodendria-v0.1.0.tar.gz.sig"> <a href="/pub/v0.1.1/Telodendria-v0.1.1.tar.gz.sig">
Signify Signify
</a> </a>
</td> </td>

View file

@ -19,7 +19,7 @@
# such that these serve more as sane defaults than hard requirements. # such that these serve more as sane defaults than hard requirements.
# #
: "${TELODENDRIA_VERSION:=0.1.0}" : "${TELODENDRIA_VERSION:=0.1.1}"
: "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}" : "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}"
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}" : "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"