Skip to content

Commit

Permalink
Update meta data for release 1.6.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 13, 2022
1 parent f0ba1aa commit bbda970
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], [6])
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 @@ -27,7 +27,7 @@ extern "C" {
*
* @author Mattias Rönnblom
* @version 0.21 [API]
* @version 1.6.1 [Implementation]
* @version 1.6.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.
Expand Down

0 comments on commit bbda970

Please sign in to comment.