From 58d9e901aca1906b93585b9b69d48f558c9c7f89 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 29 Sep 2010 18:56:32 +0000 Subject: Change shared library major number due to recent renaming of optParseOptionsN git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1316 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index b922e30b..3fd4d9ff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -89,7 +89,7 @@ $(LIBOBJECTS): %.o: %.c importinc # We have to get the command all on one line to avoid messy make messages $(CC) -c $(CFLAGS_ALL) -o $@ $< -MAJ = $(NETPBM_MAJOR_RELEASE) +MAJ = 11 MIN = $(NETPBM_MINOR_RELEASE) SONAME = libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ) -- cgit 1.4.1