From 6b5728bdd85f27046deda3d918723bcc26290bfb Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 14 Feb 2015 15:20:46 +0100 Subject: [PATCH] updated version to 1.0.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 019614c9..91f8f4d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([ebusd], [0.5.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) +AC_INIT([ebusd], [1.0.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) if test -z $CXXFLAGS; then CXXFLAGS='-g -O2'