summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 14:31:30 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 14:31:30 -0500
commitc6990748eefa59a814c640c62694bf6763e21d05 (patch)
treed4c7b51d24a9fe58a94c0ebde1d5c8b5f384137f /configure.ac
parent06946c9d62b62ce612d4cdf4eb9c65570cb81445 (diff)
downloadcolm-c6990748eefa59a814c640c62694bf6763e21d05.tar.gz
bump to the second 0.13 release candidate
We have made backwards incompatible changes. Progs that depend on colm need to test the version.
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 40d214ec..148b52ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl
dnl Copyright 2006-2012 Adrian Thurston <thurston@complang.org>
dnl
-AC_INIT(colm, 0.13.0.1)
-PUBDATE="Dec 2014"
+AC_INIT(colm, 0.13.0.2)
+PUBDATE="Jan 2015"
AM_INIT_AUTOMAKE([foreign])