From 04632d3f3544824fa163832639e236e33faeaa05 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 Mar 2015 22:41:31 +0100 Subject: [PATCH] increased version to 1.1.0 --- VERSION | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9d..9084fa2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/configure.ac b/configure.ac index c8b5cf09..a64b110e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ebusd], [1.0.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) +AC_INIT([ebusd], [1.1.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) AC_CONFIG_AUX_DIR([build])