This commit is contained in:
Behdad Esfahbod 2011-05-27 17:49:16 -04:00
parent 1587c26fe9
commit 5560a19e2b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ usage (FILE *f, int status)
G_GNUC_NORETURN static void G_GNUC_NORETURN static void
version (void) version (void)
{ {
printf ("hb-view (harfbuzz) %s\n", PACKAGE_VERSION); printf ("hb-view (harfbuzz) %s\n", HB_VERSION_STRING);
exit (0); exit (0);
} }