From 4734d243b8be58a0ba159fe400bcb7a1ecf356af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20R=C3=B6nnblom?= Date: Thu, 16 Sep 2021 09:40:14 +0200 Subject: [PATCH] Bump version to 1.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Rönnblom --- configure.ac | 2 +- include/xcm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0e7a35c20..c9eb4ed64 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([xcm_major_version], [1]) m4_define([xcm_minor_version], [3]) -m4_define([xcm_patch_version], [1]) +m4_define([xcm_patch_version], [2]) m4_define([xcm_version],[xcm_major_version.xcm_minor_version.xcm_patch_version]) # XCM never had a non-backward-compatible API/ABI change for any diff --git a/include/xcm.h b/include/xcm.h index eb612c4f6..63dfc7c37 100644 --- a/include/xcm.h +++ b/include/xcm.h @@ -25,7 +25,7 @@ extern "C" { * * @author Mattias Rönnblom * @version 0.17 [API] - * @version 1.3.1 [Implementation] + * @version 1.3.2 [Implementation] * * The low API/ABI version number is purely a result of all XCM * releases being backward compatible, and thus left the major version