Skip to content

Commit

Permalink
[skip ci] set project version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekobot committed May 22, 2024
1 parent a7a550b commit e261e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
set(PROJECT_VERSION "0.1.3")
set(PROJECT_VERSION_CMAKE "${PROJECT_VERSION}")
set(PROJECT_VERSION_CMAKE "0.1.4")
project(zBassMusic VERSION ${PROJECT_VERSION_CMAKE})

option(BUILD_VDF "Build .VDF file with plugin" ON)
Expand Down Expand Up @@ -74,4 +74,4 @@ if(DEFINED ENV{COPY_DLL_TARGET})
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_SOURCE_DIR}/dependencies/bass/lib/bass.dll" "$ENV{COPY_DLL_TARGET}/bass.dll"
DEPENDS plugin
COMMENT "Copy plugin to target directory: $ENV{COPY_DLL_TARGET}")
endif()
endif()

0 comments on commit e261e82

Please sign in to comment.