From ce9b80b32f458d784c5e77a849c01efd52e8fcc4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 30 Sep 2020 22:37:23 +0200 Subject: [PATCH] build: configure: bump version Also remove the `-dev` suffix, which is only needed in local --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f662a13..e59a1c3 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.0-dev], [bruno@belanyi.fr]) +AC_INIT([jitters], [1.1], [bruno@belanyi.fr]) # Only use C for this project AC_LANG([C])