Skip to content

Commit 0bc8a11

Browse files
committed
Bump hot-fix version 1.0.1
1 parent be53895 commit 0bc8a11

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

kcgi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/*
5757
* Build version.
5858
*/
59-
#define KCGI_VBUILD 0
59+
#define KCGI_VBUILD 1
6060

6161
/*
6262
* Version string of major.minor.build (as a literal string).

versions.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!-- vim: set tw=100: -->
33
<articles>
4+
<article data-sblg-article="1" data-sblg-tags="version">
5+
<header>
6+
<h1>1.0.1</h1>
7+
<address>Kristaps Dzonsons</address>
8+
<time datetime="2025-11-17">2025-11-17</time>
9+
</header>
10+
<aside>
11+
<div>
12+
Hot-fix 1.0.0 with proper naming of Mac OS X
13+
shared libraries, which use a different
14+
convention of version suffix than other
15+
Unix-like systems.
16+
</div>
17+
</aside>
18+
</article>
419
<article data-sblg-article="1" data-sblg-tags="version">
520
<header>
621
<h1>1.0.0</h1>

0 commit comments

Comments
 (0)