Преглед изворни кода

decrease the libapt-inst major version again to 1.1 as the increase
was a backport error and is not needed (and destroys our non-abi-break hack)

David Kalnischkies пре 16 година
родитељ
комит
ba56f25a05
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apt-inst/makefile

+ 1 - 1
apt-inst/makefile

@@ -11,7 +11,7 @@ include ../buildlib/defaults.mak
 
 # The library name
 LIBRARY=apt-inst
-MAJOR=1.2
+MAJOR=1.1
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)