From 35ea63bd236bd44e460ffedc32c7a0fe9debaf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20R=C3=B6nnblom?= Date: Wed, 26 May 2021 09:22:25 +0200 Subject: [PATCH] Metadata updates for v1.3.1 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 9e77e9bdb..0e7a35c20 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], [0]) +m4_define([xcm_patch_version], [1]) 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 7e473f7b5..5f3402e2c 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.0 [Implementation] + * @version 1.3.1 [Implementation] * * The low API/ABI version number is purely a result of all XCM * releases being backward compatible, and thus left the major version