diff --git a/CHANGES.md b/CHANGES.md
index 8d0f220f..d3d7cff0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
This file describes changes in the AutoDoc package.
-## YYYY.MM.DD
+## 2026.05.11
- Fix an issue when running a `makedoc.g` from outside its package's
directory: if one e.g. did `gap ../somePackage/makedoc.g` and this tried
to load a file `lib/file.g`, then AutoDoc first attempt to resolve that
diff --git a/PackageInfo.g b/PackageInfo.g
index c5f17e14..2bb27c0f 100644
--- a/PackageInfo.g
+++ b/PackageInfo.g
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
PackageName := "AutoDoc",
Subtitle := "Generate documentation from GAP source code",
-Version := "2026.05.03",
+Version := "2026.05.11",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
diff --git a/tst/manual.expected/_entities.xml b/tst/manual.expected/_entities.xml
index 93a4d9b2..92001c42 100644
--- a/tst/manual.expected/_entities.xml
+++ b/tst/manual.expected/_entities.xml
@@ -1,6 +1,6 @@
AutoDoc'>
PackageName'>
-
+
-
+
io'>
diff --git a/tst/manual.expected/title.xml b/tst/manual.expected/title.xml
index cb6427fc..66edbbf7 100644
--- a/tst/manual.expected/title.xml
+++ b/tst/manual.expected/title.xml
@@ -9,7 +9,7 @@
Generate documentation from ⪆ source code
- 2026.05.03
+ 2026.05.11
Sebastian Gutsche
@@ -36,7 +36,7 @@ Germany
https://www.quendi.de/math
- 3 May 2026
+ 11 May 2026
&AutoDoc; is a ⪆ package whose purpose is to aid ⪆ package authors in creating and maintaining the documentation of their packages.