Skip to content

Commit

Permalink
Update version strings to 0.2.0 for all parts
Browse files Browse the repository at this point in the history
  • Loading branch information
skjelten committed May 22, 2024
1 parent a15fdf9 commit 0ff64f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7...3.24)

project(
emusc
VERSION 0.0.1
VERSION 0.2.0
LANGUAGES CXX)

option(emusc_WITH_EMUSC_CLIENT "Build GUI client application" TRUE)
Expand Down
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.1.0 LANGUAGES CXX)
project(emusc-client VERSION 0.2.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.1.0
VERSION 0.2.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 0ff64f0

Please sign in to comment.