From f900db12f6cd4e361b37cf2c6739ac469b6fcafb Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 28 Dec 2023 21:55:14 +0000 Subject: Fix typo git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4831 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 4 ++++ test/ppmforge.test | 2 +- version.mk | 2 +- 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 -- cgit 1.4.1