From: Philippe Proulx Date: Tue, 1 Jun 2021 18:40:53 +0000 (-0400) Subject: configure.ac: set the version of the project to 0.1.0 X-Git-Url: http://git.efficios.com/?p=argpar.git;a=commitdiff_plain;h=6c60308f59b382f97bcd57992e073c16fe57d8aa configure.ac: set the version of the project to 0.1.0 Signed-off-by: Philippe Proulx Change-Id: Ia33d275682d17d1dc63c2a1e5d03c62eda48865b --- 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