diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2024-09-09 17:08:08 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2024-09-09 17:08:08 +0000 |
commit | ca3b8859f23bb6496d68208294fe31047344f994 (patch) | |
tree | 5b178a15404d94b8620f966c3c4b213bd95d78f3 /lib | |
parent | 48ca4ce15bd3240ba65ffde9c6dc3be518bedfd3 (diff) | |
download | netpbm-mirror-ca3b8859f23bb6496d68208294fe31047344f994.tar.gz netpbm-mirror-ca3b8859f23bb6496d68208294fe31047344f994.tar.xz netpbm-mirror-ca3b8859f23bb6496d68208294fe31047344f994.zip |
improve comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4936 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index a633cf7b..b8b95fa6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -121,8 +121,8 @@ $(LIBOBJECTS) libsystem_dummy.o: %.o: %.c importinc # of Netpbm, but when we changed the Netpbm major version number from 10 to 11 # just to keep the minor version number 2 digits, we had to continue # increasing the library minor number, so we went to 100 + minor version -# number. If we ever increase the major number to 12, we can go back to using -# the minor version number for the library minor number. +# number. If we ever increase the library major number to 12, we can go back +# to using the minor version number for the library minor number. MAJ := 11 $(eval MIN:=$(shell echo $$((100+$(NETPBM_MINOR_RELEASE))))) |