]> git.saurik.com Git - bison.git/blobdiff - src/version.c
Use VERSION symbol from automake for version number.
[bison.git] / src / version.c
index 8b47cc2ff374f2edb7a99cc955c577b2b9eac646..5cb018a339f974d00c5026d19541353f66825765 100644 (file)
@@ -1 +1,3 @@
-char *version_string = "GNU Bison version 1.22\n";
+#include <config.h>
+
+char *version_string = "GNU Bison version " VERSION "\n";