Skip to content

Commit

Permalink
Bump version number in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Apr 1, 2022
1 parent 92df36c commit 2b3b748
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
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.4)
# Project + versions
#-----------------------------------------------------------------------------------------------------------------------

project(ViZDoom VERSION 1.1.11)
project(ViZDoom VERSION 1.1.12)
set(ViZDoom_VERSION_STR ${ViZDoom_VERSION_MAJOR}.${ViZDoom_VERSION_MINOR}.${ViZDoom_VERSION_PATCH})
set(ViZDoom_VERSION_ID ${ViZDoom_VERSION_MAJOR}${ViZDoom_VERSION_MINOR}${ViZDoom_VERSION_PATCH})

Expand Down

0 comments on commit 2b3b748

Please sign in to comment.