diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 17:33:22 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 17:33:22 +0200 |
commit | 81e9789b12374073e848c73c79e235f82c14df44 (patch) | |
tree | 419a706fb1a4544cdab44dbd2fd3bf3fcd76ba35 /apt-pkg/init.h | |
parent | eac9121ea9d2b4180399f4b63f88491f8e0f1a8a (diff) |
[ABI break] support '#' in apt.conf and /etc/apt/preferences
(closes: #189866)
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r-- | apt-pkg/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h index 6d8693be9..165299253 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -18,7 +18,7 @@ // See the makefile #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 6 +#define APT_PKG_MINOR 8 #define APT_PKG_RELEASE 0 extern const char *pkgVersion; |