Fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 28 Feb 2006 10:25:55 +0000 (10:25 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 28 Feb 2006 10:25:55 +0000 (10:25 +0000)
src/asn1Parser.c

index 139cdbe..6b2be7d 100644 (file)
@@ -41,7 +41,7 @@
   #include <getopt.h>
 #endif
 
-char version_man[] = "asn1Parser (GNU libtasn1) " VERSION;
+char version_man[] = "asn1Parser (GNU libtasn1) " LIBTASN1_VERSION;
 
 char help_man[] = "asn1Parser reads files with ASN1 definitions and\n"
                   "generates a C array to use with libtasn1 functions.\n"