summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-01-03 22:16:30 -0800
committerAdrian Thurston <thurston@colm.net>2021-01-03 22:17:46 -0800
commit790900f0ad1184a34ed30aa6efa73147f398ea39 (patch)
treef14c43687f72ae2fbb6473abbc1c9552c36c648b
parent348c2ee9272e3e546d81b2a17f026cae1781921c (diff)
downloadragel-790900f0ad1184a34ed30aa6efa73147f398ea39.tar.gz
expect colm 0.14.5 and version bump to 7.0.27.0.2
Latest colm includes bugfixes for refcounting, which fixes a ragel issue with includes #58.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b3d2a50e..74b5df99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,8 @@ 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(ragel, 7.0.1)
-PUBDATE="November 2020"
+AC_INIT(ragel, 7.0.2)
+PUBDATE="January 2021"
AM_INIT_AUTOMAKE([foreign])
@@ -65,7 +65,7 @@ AC_SUBST(COLM_SHARE)
AC_SUBST(LIBCOLM_LA)
AC_SUBST(LIBFSM_LA)
-EXPECTED_COLM_VER=0.14.4
+EXPECTED_COLM_VER=0.14.5
INSTALLED_COLM_VER=`$COLM -v | sed -n -e '1 {' -e 's/^.*version //' -e 's/ .*$//' -e p -e '}'`
if test "x$INSTALLED_COLM_VER" != "x$EXPECTED_COLM_VER"; then
AC_ERROR( [check colm: expected version $EXPECTED_COLM_VER, but $INSTALLED_COLM_VER is installed] )