Commit 7d2f7b81 authored by Dominik Charousset's avatar Dominik Charousset

Change version to 0.19.2

parent 1fee050e
......@@ -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.2] - 2023-06-13
### Changed
......@@ -997,7 +997,8 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Setting the log level to `quiet` now properly suppresses any log output.
- Configuring colored terminal output should now print colored output.
[Unreleased]: https://github.com/actor-framework/actor-framework/compare/0.19.1...master
[Unreleased]: https://github.com/actor-framework/actor-framework/compare/0.19.2...master
[0.19.2]: https://github.com/actor-framework/actor-framework/releases/0.19.2
[0.19.1]: https://github.com/actor-framework/actor-framework/releases/0.19.1
[0.19.0]: https://github.com/actor-framework/actor-framework/releases/0.19.0
[0.19.0-rc.1]: https://github.com/actor-framework/actor-framework/releases/0.19.0-rc.1
......
......@@ -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 1901
#define CAF_VERSION 1902
/// Defined to the major version number of CAF.
#define CAF_MAJOR_VERSION (CAF_VERSION / 10000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment