Sfoglia il codice sorgente

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 anni fa
parent
commit
ba56f25a05
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)