summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-12-23 08:41:21 -0800
committerAdrian Thurston <thurston@colm.net>2020-12-23 08:41:21 -0800
commit20b866cd3bb11a8d26099fbc081b50e22e24c4e7 (patch)
tree8939f12b33df270062420c14ed50fba9885b01af /src/main.cc
parent2397df53d2549e58ad3638542185413c57ea0c5d (diff)
downloadcolm-20b866cd3bb11a8d26099fbc081b50e22e24c4e7.tar.gz
removed duplicate version COLM_VERSION
This was left over from the time colm and ragel were in one repos. Now just use VERSION and PUBDATE.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 5d6cbac4..301fae91 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -215,8 +215,8 @@ void usage()
/* Print version information. */
void version()
{
- cout << "Colm version " COLM_VERSION << " " COLM_PUBDATE << endl <<
- "Copyright (c) 2007-2019 by Adrian D. Thurston" << endl;
+ cout << "Colm version " VERSION << " " PUBDATE << endl <<
+ "Copyright (c) 2007-2020 by Dr. Adrian D. Thurston" << endl;
}
/* Scans a string looking for the file extension. If there is a file