From b156f18b712de6e06d8ca3b1f1b45227d49b086d Mon Sep 17 00:00:00 2001 From: Sohei Koyama Date: Thu, 19 Sep 2024 20:04:49 +0900 Subject: [PATCH] version v0.0.11 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2c940eb..94f4115 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([FINCHFS], [0.0.10]) +AC_INIT([FINCHFS], [0.0.11]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([README.md]) AC_CONFIG_HEADERS([lib/config.h])