From 543f5a3ddcf379038f19dfdd1102a9c614be16b4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 8 May 2025 10:06:37 +0100 Subject: [PATCH] Version 0.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe057f5..0aeb9d3 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script. AC_CONFIG_MACRO_DIR([m4]) -AC_INIT(ocaml-augeas,0.6) +AC_INIT(ocaml-augeas,0.7) dnl Check for basic C environment. AC_PROG_CC -- 1.8.3.1