aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-05-05 11:06:21 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-05-05 11:06:21 +0200
commitf622bf41dbc584dd17e6cfd1f1dc7bbe4250d098 (patch)
tree89c5c7546969db5e2109f41571808eb3b1c9ccfe /CMakeLists.txt
parent4785be414a4d2d06992fdcb96cba453be3267bc0 (diff)
downloadpolecat-master.tar.gz
polecat-master.zip
Bump versionHEAD0.2.0master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a153afd..b93216b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ option(ENABLE_WINE "enables wine support [Not on Windows]" ON)
option(ENABLE_DXVK "enables dxvk support" ON)
option(ENABLE_LUTRIS "enables lutris support" OFF)
-project(polecat VERSION 0.1.9 LANGUAGES C)
+project(polecat VERSION 0.2.0 LANGUAGES C)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})