]> git.saurik.com Git - apt.git/blobdiff - apt-inst/makefile
merge with debian-experimental 0.8.16~exp2 release
[apt.git] / apt-inst / makefile
index 18637d749415cae0b63737a38e9b75da61c6f6d1..32d2312403001de39ee5c580cb8bafd60e1270d8 100644 (file)
@@ -9,9 +9,12 @@ HEADER_TARGETDIRS = apt-pkg
 # Bring in the default rules
 include ../buildlib/defaults.mak
 
+# The library name and version (indirectly used from init.h)
+include ../buildlib/libversion.mak
+
 # The library name
 LIBRARY=apt-inst
-MAJOR=1.1
+MAJOR=1.3
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)