From 25e32a14f9fccd2f350497c4821bba59f46d2768 Mon Sep 17 00:00:00 2001 From: Bennett Piater Date: Mon, 26 Mar 2018 13:09:51 +0200 Subject: [PATCH] version bump --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c11962..b6321ac 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([morgenlichtctl], [1.1], [bennett@piater.name]) +AC_INIT([morgenlichtctl], [1.2], [bennett@piater.name]) AC_CONFIG_SRCDIR([src/morgenlichtctl.c]) AC_CONFIG_AUX_DIR(autotools) AM_INIT_AUTOMAKE