From 220b2e117a916c44ed402539848ba0095396d16a Mon Sep 17 00:00:00 2001 From: Hans-Joerg Schurr Date: Sat, 30 May 2020 22:07:26 +0200 Subject: [PATCH] Bump version to 0.1.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 13100e9..2874be4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([hvif-light], [0.0.1], [commits@schurr.at]) +AC_INIT([hvif-light], [0.1.0], [commits@schurr.at]) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE([subdir-objects foreign 1.16]) AM_SILENT_RULES([yes])