From: Michael Vogt Date: Thu, 29 Jul 2010 14:28:33 +0000 (+0200) Subject: apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for some... X-Git-Tag: 0.8.0~9^2~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bd3e16fa135fc1ce417bacc70e88418015305e98?hp=--cc apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for some time and there was quite a bit of churn --- bd3e16fa135fc1ce417bacc70e88418015305e98 diff --git a/apt-pkg/init.h b/apt-pkg/init.h index b3e4b147f..6e7340dfe 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -22,7 +22,7 @@ // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 9 +#define APT_PKG_MINOR 10 #define APT_PKG_RELEASE 0 extern const char *pkgVersion;