summaryrefslogtreecommitdiff
path: root/src/inputdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputdata.cc')
-rw-r--r--src/inputdata.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputdata.cc b/src/inputdata.cc
index 33a0b5b8..d260d951 100644
--- a/src/inputdata.cc
+++ b/src/inputdata.cc
@@ -647,8 +647,8 @@ void InputData::usage()
/* Print version information and exit. */
void InputData::version()
{
- info() << "Ragel State Machine Compiler version " RAGEL_VERSION << " " RAGEL_PUBDATE << endl <<
- "Copyright (c) 2001-2019 by Adrian Thurston et al." << endl;
+ info() << "Ragel State Machine Compiler version " VERSION << " " PUBDATE << endl <<
+ "Copyright (c) 2001-2021 by Dr. Adrian D. Thurston et al." << endl;
abortCompile( 0 );
}