diff options
-rw-r--r-- | doc/HISTORY | 2 | ||||
-rw-r--r-- | version.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 7879af7c..717aea1f 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,7 +4,7 @@ Netpbm. CHANGE HISTORY -------------- -not yet BJH Release 10.59.00 +12.06.28 BJH Release 10.59.00 pamtogif: Make data blocks 255 bytes instead of 254. 255 is the maximum allowed by GIF. 254 was intended to not trigger diff --git a/version.mk b/version.mk index d1c3f952..7beb00e8 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ NETPBM_MAJOR_RELEASE = 10 -NETPBM_MINOR_RELEASE = 58 -NETPBM_POINT_RELEASE = 99 +NETPBM_MINOR_RELEASE = 59 +NETPBM_POINT_RELEASE = 0 |