X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b51ff02a550881118ce4c677a6f2ce1d0aff9cd8..99158c43616f0c09dc1810ce9913090acd02311e:/apt-pkg/init.h?ds=sidebyside diff --git a/apt-pkg/init.h b/apt-pkg/init.h index bc0e55036..44d1d107c 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -18,13 +18,11 @@ // See the makefile #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 4 -#define APT_PKG_RELEASE 0 +#define APT_PKG_MINOR 8 +#define APT_PKG_RELEASE 1 extern const char *pkgVersion; extern const char *pkgLibVersion; -extern const char *pkgOS; -extern const char *pkgCPU; bool pkgInitConfig(Configuration &Cnf); bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys);