diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-05 19:21:18 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:45:12 +0100 |
| commit | 2713f0fb7d2bd6efe54ccd90c422bd2262ac8b16 (patch) | |
| tree | 302fb67bc670b31d0fd6e1aef73d0c5f0b8ee407 /apt-pkg | |
| parent | 973d506288c8868a086a7fd62603773701abf4f4 (diff) | |
Bump ABI to 7.0
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h index 60aba30f4..996302971 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -88,7 +88,7 @@ // 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 6 +#define APT_PKG_MAJOR 7 #define APT_PKG_MINOR 0 #define APT_PKG_RELEASE 0 #define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR) |
