]> granicus.if.org Git - cracklib/commitdiff
library versioning cleanup
authorNathan Neulinger <nneul@neulinger.org>
Tue, 8 Feb 2005 22:47:58 +0000 (22:47 +0000)
committerNathan Neulinger <nneul@neulinger.org>
Tue, 8 Feb 2005 22:47:58 +0000 (22:47 +0000)
git-svn-id: file:///tmp/cracklib-svn/trunk/cracklib@26 4175fe1e-86d5-4fdc-8e6a-506fab9d8533

lib/Makefile.am

index edc01533ee25941bad76ee3080b90a019a7adf0f..49e9072fbed9438bd9d354407462215f667bb5bc 100644 (file)
@@ -9,6 +9,11 @@ libcrack_la_SOURCES =  fascist.c \
                        packer.h \
                        crack.h 
 
-libcrack_la_LDFLAGS = -version-info 3:0:0
+#
+# For initial release, use 10:0:8 to get 2.8.0
+# For next ABI changing release, use 3:0:0
+# After that, follow the libtool recommended incrementing procedure
+#
+libcrack_la_LDFLAGS = -version-info 10:0:8
 
 AM_CPPFLAGS = -I. -I.. -I$(top_srcdir)/lib '-DDEFAULT_CRACKLIB_DICT="$(pkgdatadir)/pw_dict"'