diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-05-05 11:06:21 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-05-05 11:06:21 +0200 |
commit | f622bf41dbc584dd17e6cfd1f1dc7bbe4250d098 (patch) | |
tree | 89c5c7546969db5e2109f41571808eb3b1c9ccfe /CMakeLists.txt | |
parent | 4785be414a4d2d06992fdcb96cba453be3267bc0 (diff) | |
download | polecat-f622bf41dbc584dd17e6cfd1f1dc7bbe4250d098.tar.gz polecat-f622bf41dbc584dd17e6cfd1f1dc7bbe4250d098.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |