summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0371bd1..7b584b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Version 2.2.5
+ - fix integral parameters on big endian architectures (Kamil Dudka)
+
Version 2.2.4
- Enhance enumerate with association filter to have the ability to
specify the optional elements namely: AssociationClassName, Role,
diff --git a/configure.in b/configure.in
index 2a406f8..42420e6 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.2.4)
+AC_INIT(wsmancli, 2.2.5)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)