about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/HISTORY4
-rwxr-xr-xtest/ppmforge.test2
-rw-r--r--version.mk2
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 2b699aff..d114dce8 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+23.12.28 BJH  Release 11.05.01
+
+              Fix typo in ppmforge test case.
+
 23.12.28 BJH  Release 11.05.00
 
               pnmpad: Add -color, -promote, -extend-edge, -detect-background .
diff --git a/test/ppmforge.test b/test/ppmforge.test
index e004d7e8..2a120357 100755
--- a/test/ppmforge.test
+++ b/test/ppmforge.test
@@ -1,4 +1,4 @@
-q#! /bin/sh
+#! /bin/sh
 # This script tests: ppmforge
 # Also requires: pnmpsnr
 
diff --git a/version.mk b/version.mk
index 37b2da85..8c950d02 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 11
 NETPBM_MINOR_RELEASE = 5
-NETPBM_POINT_RELEASE = 0
+NETPBM_POINT_RELEASE = 1