Skip to content

Commit

Permalink
Bump version to 0.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clo-yunhee committed Jan 10, 2022
1 parent ca4fadf commit 9f95d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.21)
project(BabbleSynth LANGUAGES CXX VERSION 1.0)
project(BabbleSynth LANGUAGES C CXX)
set(PROJECT_VERSION 0.2-alpha.0)

include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/find_qt_root.cmake)

Expand Down

0 comments on commit 9f95d9a

Please sign in to comment.