Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
We missed to update the project version in 1.6.0.
  • Loading branch information
Saviq committed Oct 10, 2023
1 parent fd617c7 commit 91d63da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.5)
cmake_policy(SET CMP0015 NEW)
cmake_policy(SET CMP0022 NEW)

project(wlcs VERSION 1.5.0)
project(wlcs VERSION 1.6.1)

add_definitions(-D_GNU_SOURCE)
add_definitions(-D_FILE_OFFSET_BITS=64)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wlcs (1.6.1-0ubuntu0) UNRELEASED; urgency=medium

* Bump project version in CMakeLists.txt

-- Michał Sawicz <[email protected]> Tue, 10 Oct 2023 12:14:27 +0200

wlcs (1.6.0-0ubuntu0) UNRELEASED; urgency=medium

* New upstream release. Notable changes:
Expand Down

0 comments on commit 91d63da

Please sign in to comment.