Skip to content

Commit

Permalink
v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 12, 2025
1 parent 99aeed8 commit ff87753
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.0.0-rc1] - 2025-01-12

Initial public release.
Release candidate for initial public release.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Free platform-agnostic data exchange framework for C/C++, including a built-in J

Author: Attila Kovacs

Last Updated: 10 December 2024
Updated for 1.0 and later releases.

## Table of Contents

Expand Down Expand Up @@ -57,9 +57,6 @@ The __xchange__ library was created, and is maintained, by Attila Kovács at the
& Smithsonian, and it is available through the [Smithsonian/xchange](https://github.com/Smithsonian/xchange)
repository on GitHub.

There are no official releases of __xchange__ yet. An initial 1.0.0 release is expected in late 2024. Before then the
API may undergo slight changes and tweaks. Use the repository as is at your own risk for now.

-----------------------------------------------------------------------------

<a name="building"></a>
Expand Down
8 changes: 4 additions & 4 deletions include/xchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
#include <stdint.h>

/// API major version
#define XCHANGE_MAJOR_VERSION 0
#define XCHANGE_MAJOR_VERSION 1

/// API minor version
#define XCHANGE_MINOR_VERSION 9
#define XCHANGE_MINOR_VERSION 0

/// Integer sub version of the release
#define XCHANGE_PATCHLEVEL 2
#define XCHANGE_PATCHLEVEL 0

/// Additional release information in version, e.g. "-1", or "-rc1".
#define XCHANGE_RELEASE_STRING "-devel"
#define XCHANGE_RELEASE_STRING "-rc1"


#ifdef str_2
Expand Down

0 comments on commit ff87753

Please sign in to comment.