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