Version changed from 0.3.0 to 0.4.0
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([ebusd], [0.3.0], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
|
||||
AC_INIT([ebusd], [0.4.0], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
@@ -11,7 +11,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_PROG_CXX
|
||||
|
||||
PKG_CHECK_MODULES([LIBEBUS], [libebus-0.1 >= 0.1.0])
|
||||
PKG_CHECK_MODULES([LIBEBUS], [libebus-0.2 >= 0.2.0])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user