From a76c65de87a44ee406fc25f4f5f41b618970a264 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Jul 2008 12:10:05 +0000 Subject: [PATCH] Version 1.9.6 for release. - Updated MANIFEST. --- MANIFEST | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 9757b00..e4820e7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -46,4 +46,7 @@ tests/50_named_pattern.ml tests/51_open_pattern.ml tests/60_simple_offset.ml tests/61_offset_string.ml +tests/62_offset_padding.ml +tests/65_save_offset_to.ml +tests/70_check_and_bind.ml TODO diff --git a/configure.ac b/configure.ac index bdae829..3672575 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.9.5) +AC_INIT(ocaml-bitmatch,1.9.6) dnl Check for basic C environment. AC_PROG_CC -- 1.8.3.1