diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-02 23:17:47 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-03 00:44:46 +0200 |
commit | e3a4cde86155548d9779aa4e827a0a2a6b598c44 (patch) | |
tree | 3bbac4609e627430ebca66d636fb238474044482 /apt-pkg/contrib | |
parent | 107d054ba954d05965f793f560468c6c453cc2a5 (diff) |
Bump library version to libapt-pkg4.14
Diffstat (limited to 'apt-pkg/contrib')
-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 b268ce24c..a0573398d 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -138,7 +138,7 @@ // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 13 +#define APT_PKG_MINOR 14 #define APT_PKG_RELEASE 0 #endif |