summaryrefslogtreecommitdiff
path: root/apt-pkg/init.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-07-29 16:28:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-07-29 16:28:33 +0200
commitbd3e16fa135fc1ce417bacc70e88418015305e98 (patch)
treea2c6b4fe2383a148ec74715da6a19407e7e98c10 /apt-pkg/init.h
parentca0d389c8969ddb679358ca16e4bcddfcdaf9b03 (diff)
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
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r--apt-pkg/init.h2
1 files changed, 1 insertions, 1 deletions
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;