Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
artfwo committed Oct 1, 2024
1 parent c029551 commit 4334463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.27)

project(libmonome VERSION 1.4.7)
project(libmonome VERSION 1.4.8)

set(CMAKE_C_STANDARD 17)

Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ out = "build"
# change this stuff

APPNAME = "libmonome"
VERSION = "1.4.7"
VERSION = "1.4.8"

#
# dep checking functions
Expand Down

0 comments on commit 4334463

Please sign in to comment.