about summary refs log tree commit diff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-29 18:56:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-29 18:56:32 +0000
commit58d9e901aca1906b93585b9b69d48f558c9c7f89 (patch)
tree0a3f542466c5080a0f42da48cd4712ad0d86f813 /lib/Makefile
parentde956a7499b26d66d0a82c4af49cc0bf06215ba3 (diff)
downloadnetpbm-mirror-58d9e901aca1906b93585b9b69d48f558c9c7f89.tar.gz
netpbm-mirror-58d9e901aca1906b93585b9b69d48f558c9c7f89.tar.xz
netpbm-mirror-58d9e901aca1906b93585b9b69d48f558c9c7f89.zip
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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)