Skip to content

Commit

Permalink
Change version to 0.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Feb 13, 2024
1 parent 35ed5a3 commit be844d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]
## [0.19.6] - 2024-02-13

### Fixed

Expand Down Expand Up @@ -1192,6 1192,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Configuring colored terminal output should now print colored output.

[Unreleased]: https://github.com/actor-framework/actor-framework/compare/0.19.5...master
[0.19.6]: https://github.com/actor-framework/actor-framework/releases/0.19.6
[0.19.5]: https://github.com/actor-framework/actor-framework/releases/0.19.5
[0.19.4]: https://github.com/actor-framework/actor-framework/releases/0.19.4
[0.19.3]: https://github.com/actor-framework/actor-framework/releases/0.19.3
Expand Down
2 changes: 1 addition & 1 deletion libcaf_core/caf/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,7 @@
/// Denotes version of CAF in the format {MAJOR}{MINOR}{PATCH},
/// whereas each number is a two-digit decimal number without
/// leading zeros (e.g. 900 is version 0.9.0).
#define CAF_VERSION 1905
#define CAF_VERSION 1906

/// Defined to the major version number of CAF.
#define CAF_MAJOR_VERSION (CAF_VERSION / 10000)
Expand Down

0 comments on commit be844d3

Please sign in to comment.