Skip to content

Commit

Permalink
Update meta data for 1.9.0 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 Jul 31, 2023
1 parent f7a6c2c commit 9b68249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ installed, `make doxygen-pdf` will produce a PDF version of the
document.

An online copy of this API version's documentation can be found here:
https://ericsson.github.io/xcm/api/0.23/
https://ericsson.github.io/xcm/api/0.24/

## Building

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-*- Autoconf -*-

m4_define([xcm_major_version], [1])
m4_define([xcm_minor_version], [8])
m4_define([xcm_minor_version], [9])
m4_define([xcm_patch_version], [0])
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
# release, even before version 1.0.0.
m4_define([xcm_abi_major_version], [m4_eval(xcm_major_version - 1)])
# step xcm_minor_version if this is increased
m4_define([xcm_abi_minor_version], 23)
m4_define([xcm_abi_minor_version], 24)
m4_define([xcm_abi_version],[xcm_abi_major_version.xcm_abi_minor_version])

AC_INIT(xcm, [xcm_version], [[email protected]])
Expand Down
4 changes: 2 additions & 2 deletions include/xcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
* * Obsolete, but still available, functions: xcm_compat.h.
*
* @author Mattias Rönnblom
* @version 0.23 [API]
* @version 1.8.0 [Implementation]
* @version 0.24 [API]
* @version 1.9.0 [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 9b68249

Please sign in to comment.