From 97cc86d402fdab1b1b24693626da2f3d3466b469 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Tue, 16 Apr 2019 15:19:16 +0200 Subject: [PATCH] configure.ac bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf9eb95..08733c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rogauracore], [1.0], [wildwilhelm@gmail.com]) +AC_INIT([rogauracore], [1.1], [wildwilhelm@gmail.com]) AC_CONFIG_SRCDIR([src/rogauracore.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADERS([config.h])