Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Sep 16, 2021
1 parent 65d3fb9 commit 4734d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/xcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4734d24

Please sign in to comment.