Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Nov 13, 2021
1 parent 6d2f4a4 commit 1f218c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

project(obs-face-tracker)
set(CMAKE_PROJECT_VERSION 0.3.1) # TODO: update cmake to 3.12 or later and put to 'project'
set(CMAKE_PROJECT_VERSION 0.4.0) # TODO: update cmake to 3.12 or later and put to 'project'
set(PLUGIN_AUTHOR "Norihiro Kamae")
set(MACOS_BUNDLEID "net.nagater.obs-face-tracker")
set(LINUX_MAINTAINER_EMAIL "[email protected]")
Expand Down

0 comments on commit 1f218c7

Please sign in to comment.