about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-28 21:55:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-28 21:55:14 +0000
commitf900db12f6cd4e361b37cf2c6739ac469b6fcafb (patch)
tree3a3af2189d1ccccb8727570543621051c3c444c7
parent5d16663331afd0bc2edaeb2e49042dc219ce9c2f (diff)
downloadnetpbm-mirror-f900db12f6cd4e361b37cf2c6739ac469b6fcafb.tar.gz
netpbm-mirror-f900db12f6cd4e361b37cf2c6739ac469b6fcafb.tar.xz
netpbm-mirror-f900db12f6cd4e361b37cf2c6739ac469b6fcafb.zip
Fix typo
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4831 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-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