Skip to content

Commit

Permalink
Updated version to v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed Feb 1, 2023
1 parent 36f16ef commit 18f0b52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
cmake_minimum_required(VERSION 3.14)
cmake_policy (SET CMP0072 NEW) # prefer GLVND for OpenGL
cmake_minimum_required(VERSION 3.14..3.24)

project(simcoupe)
set(PROJECT_TITLE SimCoupe)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 2)
set(PATCH_VERSION 11)
set(PATCH_VERSION 12)

if (CMAKE_TOOLCHAIN_FILE)
message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
Expand Down

0 comments on commit 18f0b52

Please sign in to comment.