Skip to content

Commit

Permalink
bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed May 1, 2021
1 parent 4d29dbb commit d7aaf19
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 @@ -9,7 +9,7 @@ if(DEFINED ENV{VCPKG_DEFAULT_TRIPLET} AND NOT DEFINED VCPKG_TARGET_TRIPLET)
set(VCPKG_TARGET_TRIPLET "$ENV{VCPKG_DEFAULT_TRIPLET}" CACHE STRING "")
endif()

project(reaimgui VERSION 0.2.0 LANGUAGES CXX)
project(reaimgui VERSION 0.3.0 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit d7aaf19

Please sign in to comment.