X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2893325927f6e4d55dc4bd148093351d4f8300f9..1dd20368486820efb6ef4476ad739e967174bec4:/apt-pkg/contrib/macros.h?ds=sidebyside diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h index 367a6a75b..afa385c75 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -159,8 +159,8 @@ // reverse-dependencies of libapt-pkg against the new SONAME. // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak -#define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 15 +#define APT_PKG_MAJOR 5 +#define APT_PKG_MINOR 0 #define APT_PKG_RELEASE 0 #define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR)