Skip to content

Commit

Permalink
Merge pull request #4 from ShiftLeftSecurity/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
AlexDenisov authored Feb 27, 2021
2 parents 90839a5 + a044eab commit 65f71cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.0] - 27 Feb 2021

- LLVM 10/11 support

## [0.7.0] - 05 May 2020

- Added ObjC type policies for official SDKs (macOS, iPhoneOS, WatchOS, AppleTVOS, + simulators)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.13)

project(llvm2cpg
VERSION 0.7.0
VERSION 0.8.0
LANGUAGES C CXX
)

include(${CMAKE_CURRENT_LIST_DIR}/build-system/build-system.cmake)

add_subdirectory(lib)
add_subdirectory(tests)
add_subdirectory(tools)
add_subdirectory(tools)

0 comments on commit 65f71cf

Please sign in to comment.