summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-08 22:21:58 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-08 23:09:56 +0200
commit5718c319424a21b64e1b50dbb6aae644715b9e85 (patch)
treec1a009574512420c33cb026f7f13ca1d018283f2 /configure.ac
parentf44ddde0cde8fa1794c91cb57871fc5a479b64b1 (diff)
downloadcolm-5718c319424a21b64e1b50dbb6aae644715b9e85.tar.gz
forked off ragel, keeping libfsm and rlhc in colm repository
Split off ragel, leaving behind libfsm and the rlhc code. Intend to use both of those components in colm.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8a518f8b..1eec5a06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
+dnl Copyright 2006-2020 Adrian Thurston <thurston@colm.net>
dnl
dnl Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -20,7 +20,7 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM
dnl OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
dnl SOFTWARE.
-AC_INIT(colm-suite, 1)
+AC_INIT(colm, 0.14)
RAGEL_VERSION="7.0"
RAGEL_PUBDATE="January 2020"