Skip to content

Commit

Permalink
The next version will be 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Mar 14, 2020
1 parent f1f6b5e commit 40ea497
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
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.5)

project(funchook LANGUAGES C ASM)
set(PROJECT_VERSION 2.0.0-dev)
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION 1.1.0-dev)
set(PROJECT_VERSION_MAJOR 1)

option(FUNCHOOK_BUILD_SHARED "build shared library" ON)
option(FUNCHOOK_BUILD_STATIC "build static library" ON)
Expand Down

0 comments on commit 40ea497

Please sign in to comment.