From d9e9961202804c5b29bfc583f9a0676cdf7a71da Mon Sep 17 00:00:00 2001 From: Klaus Kämpf Date: Wed, 20 Apr 2011 12:14:03 +0200 Subject: Version 2.2.5 --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- cgit