Skip to content

Commit 02539a3

Browse files
committed
Bug-fix version.
1 parent e7dc24b commit 02539a3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WWWDIR = /var/www/vhosts/kristaps.bsd.lv/htdocs/sblg
77

88
sinclude Makefile.local
99

10-
VERSION = 0.6.0
10+
VERSION = 0.6.1
1111
OBJS = compats.o \
1212
main.o \
1313
compile.o \

versions.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,4 +1096,22 @@
10961096
</p>
10971097
</aside>
10981098
</article>
1099+
<article data-sblg-article="1" data-sblg-tags="version">
1100+
<header>
1101+
<h1>0.6.1</h1>
1102+
<address>Kristaps Dzonsons</address>
1103+
<time datetime="2024-11-28">2024-11-28</time>
1104+
</header>
1105+
<aside>
1106+
<p>
1107+
Bug-fix a regression test that was erroneously failing.
1108+
</p>
1109+
<p>
1110+
Specify that Mac OS X users should use <code>bmake</code>
1111+
or brew-installed GNU make instead of the ancient
1112+
<code>make</code> distributed with (at least) Sonoma, GNU
1113+
make 3.81, released 2006.
1114+
</p>
1115+
</aside>
1116+
</article>
10991117
</articles>

0 commit comments

Comments
 (0)