updated version to 1.0.0

This commit is contained in:
john30
2015-02-14 15:20:46 +01:00
parent 7dea6590c1
commit 6b5728bdd8
+1 -1
View File
@@ -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'