From 03aadfbd5c19a8ff5e947af30b6cff606af579cc Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 2 Oct 2020 14:42:45 +0200 Subject: [PATCH] build: configure: bump patch version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e59a1c3..bdc36d2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_pattern_forbid([^(AM|AC|AX|LT)_]) # Initialize the project name, version, and maitainer address -AC_INIT([jitters], [1.1], [bruno@belanyi.fr]) +AC_INIT([jitters], [1.1.1], [bruno@belanyi.fr]) # Only use C for this project AC_LANG([C])