Skip to content

Commit

Permalink
Update version string to 0.1.0 for both libemusc and emusc
Browse files Browse the repository at this point in the history
  • Loading branch information
skjelten committed Apr 7, 2024
1 parent 1c83010 commit 3884d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emusc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8...3.24)

project(emusc-client VERSION 0.0.1 LANGUAGES CXX)
project(emusc-client VERSION 0.1.0 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion libemusc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(
libemusc
VERSION 0.0.1
VERSION 0.1.0
DESCRIPTION "A software library for emulating the Sound Canvas SC-55 lineup"
HOMEPAGE_URL "https://github.com/skjelten/emusc"
LANGUAGES CXX)
Expand Down

0 comments on commit 3884d8c

Please sign in to comment.