Skip to content

Commit

Permalink
Version 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joesiltberg committed Apr 30, 2024
1 parent 1249e57 commit c702ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Releases

## Unreleased
## v2.17.1 (2024-04-30)
#### Bugfixes
- In the Windows version a heap corruption problem was fixed in the LDAP code (#211)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(EgilSCIMClient CXX)

set(EgilSCIM_VERSION_MAJOR 2)
set(EgilSCIM_VERSION_MINOR 17)
set(EgilSCIM_VERSION_PATCH 0)
set(EgilSCIM_VERSION_PATCH 1)

configure_file(
"${PROJECT_SOURCE_DIR}/src/utility/EgilSCIM_config.h.in"
Expand Down

0 comments on commit c702ab5

Please sign in to comment.