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])