diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-04-18 01:50:30 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-04-18 01:50:30 +0000 |
commit | 6b3bf5ec47a8e2a00bc6e744935fc606505e33ec (patch) | |
tree | ff8e2f3d4812439931e5e091ee1b03563773ffcd | |
parent | 703b2d269a0d1e1be92e89f5d6b070ab9d3be31b (diff) | |
download | netpbm-mirror-6b3bf5ec47a8e2a00bc6e744935fc606505e33ec.tar.gz netpbm-mirror-6b3bf5ec47a8e2a00bc6e744935fc606505e33ec.tar.xz netpbm-mirror-6b3bf5ec47a8e2a00bc6e744935fc606505e33ec.zip |
Release 10.62.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1889 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | GNUmakefile | 6 | ||||
-rw-r--r-- | doc/HISTORY | 7 | ||||
-rw-r--r-- | version.mk | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index f923aa1f..489d6888 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -103,13 +103,11 @@ $(PROG_SUBDIRS:%=%/all): lib/all $(SUPPORT_SUBDIRS:%=%/all) lib/all: lib/util/all .PHONY: lib/util/all -lib/util/all: lib/util +lib/util/all: + mkdir -p lib/util $(MAKE) -C lib/util -f $(SRCDIR)/lib/util/Makefile \ SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) all -lib/util: lib - mkdir $@ - OMIT_CONFIG_RULE = 1 OMIT_VERSION_H_RULE = 1 OMIT_INTTYPES_RULE = 1 diff --git a/doc/HISTORY b/doc/HISTORY index f3761a29..bd2ec497 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,11 @@ Netpbm. CHANGE HISTORY -------------- +13.04.18 BJH Release 10.62.03 + + build: fix problem with creating lib/util that already exists. + Broken in 10.62. + 13.04.13 BJH Release 10.62.02 ppmtowinicon: fix bug: sometimes creates image truncated in the @@ -12,8 +17,6 @@ CHANGE HISTORY install: fix Perl warning in installnetpbm. Broken in 10.61. -13.04.06 BJH Release 10.62.01 - pnmpsnr: fix bug: says types aren't the same when they are. Introduced in 10.61 (December 2012). diff --git a/version.mk b/version.mk index 0c1bfba7..6618fe3b 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ NETPBM_MAJOR_RELEASE = 10 NETPBM_MINOR_RELEASE = 62 -NETPBM_POINT_RELEASE = 2 +NETPBM_POINT_RELEASE = 3 |