From 6c60308f59b382f97bcd57992e073c16fe57d8aa Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 1 Jun 2021 14:40:53 -0400 Subject: [PATCH] configure.ac: set the version of the project to 0.1.0 Signed-off-by: Philippe Proulx Change-Id: Ia33d275682d17d1dc63c2a1e5d03c62eda48865b --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0aa3829..d8b29f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([argpar], [1]) +AC_INIT([argpar], [0.1.0]) AM_INIT_AUTOMAKE([foreign]) LT_INIT -- 2.34.1