diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-07 10:06:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-07 10:06:45 +0200 |
commit | f8477782df203e1998a8704e71a1a3cc699e9e3a (patch) | |
tree | 0f24d940ae85e2656d2c96d5394daeeb9bc6ec29 /apt-pkg/init.h | |
parent | 614adaa09f9f24dccd9e2e8bb4eb00d17285c92e (diff) |
* doc/examples/configure-index:
- document the new features
* apt-pkg/init.h, apt-pkg/makefile, methods/makefile:
- we break the ABI, record this
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 8255b406a..b584b2cce 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -18,7 +18,7 @@ // See the makefile #define APT_PKG_MAJOR 3 -#define APT_PKG_MINOR 11 +#define APT_PKG_MINOR 12 #define APT_PKG_RELEASE 0 extern const char *pkgVersion; |