Skip to content

Commit

Permalink
Update meta data for 1.10.1 release
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 Oct 26, 2024
1 parent 731dcad commit 02eaa59
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], [10])
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
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.25 [API]
* @version 1.10.0 [Implementation]
* @version 1.10.1 [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 02eaa59

Please sign in to comment.