]> git.saurik.com Git - bison.git/blobdiff - src/version.c
# no changes
[bison.git] / src / version.c
index ad93f9a79eb505ae12ffda2acf339c522a7411cd..61596f9143cd1f04d69c93fc7ed1d8190504c1bd 100644 (file)
@@ -1 +1,5 @@
-char *version_string = "GNU Bison version 1.21\n";
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+char *version_string = "GNU Bison version " VERSION "\n";