Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 22, 2024
1 parent 669fa3f commit 8006b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.15)

project( mulle-foundation-developer NONE)

set( PROJECT_VERSION 0.23.0)
set( PROJECT_VERSION 0.23.1)


set( EXTENSIONS
Expand Down
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.23.1

* Various small improvements

## 0.23.0

* update version numbers to use unsigned long
Expand Down

0 comments on commit 8006b11

Please sign in to comment.