]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
Merge my tree and the remote tree (no change, I guess)
[apt.git] / apt-pkg / init.cc
index a1c47c030ae2ff41eb3c79b5855d5bae52e2b646..76278921f7e29ed60e770a479cdd97947b489e8d 100644 (file)
@@ -24,7 +24,7 @@
 
 #define Stringfy_(x) # x
 #define Stringfy(x)  Stringfy_(x)
-const char *pkgVersion = VERSION;
+const char *pkgVersion = PACKAGE_VERSION;
 const char *pkgLibVersion = Stringfy(APT_PKG_MAJOR) "."
                             Stringfy(APT_PKG_MINOR) "." 
                             Stringfy(APT_PKG_RELEASE);