Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/manual/2026.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ layout: default

<a name="0.17.0-unreleased"></a>
### [0.17.0-unreleased](https://github.com/JDimproved/JDim/compare/JDim-v0.16.0...master) (unreleased)
- ([#1583](https://github.com/JDimproved/JDim/pull/1583))
Bump version to 0.16.1-alpha and increment micro version for dev cycle


<a name="JDim-v0.16.0"></a>
Expand All @@ -22,7 +24,7 @@ layout: default

<a name="0.16.0-20260316"></a>
### [0.16.0-20260316](https://github.com/JDimproved/JDim/compare/JDim-v0.15.0...JDim-v0.16.0) (2026-03-16)
- ([#1582](https://github.com/JDimproved/JDim/pull/1582))
- ([#1581](https://github.com/JDimproved/JDim/pull/1581))
Release 0.16.0
- ([#1579](https://github.com/JDimproved/JDim/pull/1579))
Support new 5ch.io domain (5ch.net → 5ch.io migration)
Expand Down
2 changes: 1 addition & 1 deletion src/jdversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define MAJORVERSION 0
#define MINORVERSION 16
#define MICROVERSION 1
#define JDDATE_FALLBACK "20260328"
#define JDDATE_FALLBACK "20260404"
#define JDTAG "alpha"

//---------------------------------
Expand Down
Loading