summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2008-09-15 02:01:50 +0000
committerAnas Nashif <nashif@intel.com>2008-09-15 02:01:50 +0000
commit17cc20846bc6a5bee23ab213ac554f12185af756 (patch)
treee2efeee2afcb0165f978d6a7871a389c44d20322 /configure.in
parentb709c2b62036d710e1aad28ab04e1e1708153994 (diff)
downloadwsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.tar.gz
wsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.tar.xz
wsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.zip
up version
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 691fa64..e68aeae 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(wsmancli, 2.0.0)
+AC_INIT(wsmancli, 2.1.0)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -15,7 +15,7 @@ AC_HEADER_STDC
WSMAN_PKG=$PACKAGE_NAME
AC_SUBST(WSMAN_PKG)
-PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.0.0])
+PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.1.0])
have_cunit=no
AC_CHECK_HEADERS([CUnit/Basic.h], have_cunit="yes" )
AM_CONDITIONAL(BUILD_CUNIT_TESTS, test "$have_cunit" == "yes")