Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeshaunted authored Dec 16, 2022
1 parent 85ba429 commit ae791ff
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
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 3.12)

project(monke VERSION 1.1)
project(monke VERSION 1.2)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
Expand All @@ -28,4 +28,4 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/build")
add_subdirectory("third_party")

# internal
add_subdirectory("source")
add_subdirectory("source")

0 comments on commit ae791ff

Please sign in to comment.