Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrFlajsingr committed Sep 21, 2022
1 parent 3b38cf6 commit 92fd8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)
project(pf_imgui
VERSION 0.8.3)
VERSION 0.9.0)

if (MSVC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.29.30129 AND CMAKE_VERSION VERSION_GREATER 3.20.3)
set(CMAKE_CXX_STANDARD 23)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pf-imgui",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": [
{
"name": "pf-common",
Expand Down

0 comments on commit 92fd8f6

Please sign in to comment.