]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
merged from donkults experimental branch
[apt.git] / cmdline / apt-config.cc
index 47bedfe3f4d10280465720264a92aa8a0711f353..79ae944df1f8e0e2417789b4d535b04ddf2743aa 100644 (file)
@@ -72,7 +72,7 @@ bool DoDump(CommandLine &CmdL)
 /* */
 int ShowHelp()
 {
-   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,VERSION,
+   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
            COMMON_ARCH,__DATE__,__TIME__);
    if (_config->FindB("version") == true)
       return 0;