Skip to content

Commit

Permalink
Merge pull request #29 from Tolc-Software/vs2022
Browse files Browse the repository at this point in the history
Add support for Visual Studio 2022
  • Loading branch information
srydell authored May 24, 2022
2 parents d201639 + 77f5c49 commit 980716c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.17)

project(
tolc
VERSION 0.6.1
VERSION 0.6.2
LANGUAGES CXX)

configure_file(docs/ReleaseNotes/version.in
Expand Down
3 changes: 3 additions & 0 deletions docs/ReleaseNotes/v0.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# News #

* Add support for Visual Studio 2022

0 comments on commit 980716c

Please sign in to comment.