Skip to content

Commit

Permalink
bumped minor version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 authored Nov 29, 2021
1 parent f39e9d9 commit c348120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ build
*.aps
res/settings.ini
res/KLS_Logic.chw
/.vs
/CMakeSettings.json
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(CedarLogic)

set(CEDARLOGIC_MAJOR 2)
set(CEDARLOGIC_MINOR 3)
set(CEDARLOGIC_PATCH 5)
set(CEDARLOGIC_PATCH 6)

add_definitions(
-DCEDARLOGIC_MAJOR=${CEDARLOGIC_MAJOR}
Expand Down

0 comments on commit c348120

Please sign in to comment.