From: Jonathan McDowell Date: Sun, 10 Apr 2011 06:38:38 +0000 (-0700) Subject: Make onak.c use ONAK_VERSION instead of PACKAGE_VERSION for version number X-Git-Tag: 0.4.0~10 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=a77998f78db2adf5b6760deb8b9321543ad6e59a Make onak.c use ONAK_VERSION instead of PACKAGE_VERSION for version number Missed this in the changes to add the bzr revno to non pristine builds. --- diff --git a/onak.c b/onak.c index e6b9287..79b1571 100644 --- a/onak.c +++ b/onak.c @@ -93,7 +93,7 @@ void dump_func(void *ctx, struct openpgp_publickey *key) } void usage(void) { - puts("onak " PACKAGE_VERSION " - an OpenPGP keyserver.\n"); + puts("onak " ONAK_VERSION " - an OpenPGP keyserver.\n"); puts("Usage:\n"); puts("\tonak [options] \n"); puts("\tCommands:\n");