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-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/a77998f78db2adf5b6760deb8b9321543ad6e59a?hp=1fae9e73f62b3543accd1f800d324de446b94d7b 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");