Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Mar 23, 2018
1 parent 3827e8d commit a59b20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [2.3.0] - 24-03-2018
### Extensions API
- Added `reset` in `DispatchErrorExtension` which is called when previously failed is no longer failing

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ option (use_boost "Use boost or standalone networking lib" OFF)
option (old_toolchain "Is old toolchain" OFF)

set (RESIDUE_MAJOR "2")
set (RESIDUE_MINOR "2")
set (RESIDUE_PATCH "1")
set (RESIDUE_MINOR "3")
set (RESIDUE_PATCH "0")
set (RESIDUE_VERSION "${RESIDUE_MAJOR}.${RESIDUE_MINOR}.${RESIDUE_PATCH}")
set (RESIDUE_NAME "Residue")

Expand Down

0 comments on commit a59b20d

Please sign in to comment.