From a5e11d578fd01b7afeb050cd175d97a00c0f2b56 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 21 May 2008 09:46:39 +0000 Subject: [PATCH] Version 1.3, updated MANIFEST. --- MANIFEST | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index 7a7aecc..8e54163 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,4 +28,5 @@ tests/10_match_bits.ml tests/11_match_ints.ml tests/20_varsize.ml tests/30_bitbuffer.ml -TODO \ No newline at end of file +tests/40_endianexpr.ml +TODO diff --git a/configure.ac b/configure.ac index 967fb34..ab88542 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-bitmatch,1.2) +AC_INIT(ocaml-bitmatch,1.3) dnl Check for basic C environment. AC_PROG_CC -- 1.8.3.1