diff --git a/configure.ac b/configure.ac index 5b571904f..90b3631f1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([xcm_major_version], [1]) m4_define([xcm_minor_version], [9]) -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 74ffe541a..e215cb3d8 100644 --- a/include/xcm.h +++ b/include/xcm.h @@ -27,7 +27,7 @@ extern "C" { * * @author Mattias Rönnblom * @version 0.24 [API] - * @version 1.9.1 [Implementation] + * @version 1.9.2 [Implementation] * * The low API/ABI version number is a result of all XCM releases * being backward compatible, and thus left the major version at 0.