Skip to content

Commit 65f71cf

Browse files
authored
Merge pull request #4 from ShiftLeftSecurity/bump-version
Bump version
2 parents 90839a5 + a044eab commit 65f71cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.8.0] - 27 Feb 2021
2+
3+
- LLVM 10/11 support
4+
15
## [0.7.0] - 05 May 2020
26

37
- Added ObjC type policies for official SDKs (macOS, iPhoneOS, WatchOS, AppleTVOS, + simulators)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(llvm2cpg
4-
VERSION 0.7.0
4+
VERSION 0.8.0
55
LANGUAGES C CXX
66
)
77

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

1010
add_subdirectory(lib)
1111
add_subdirectory(tests)
12-
add_subdirectory(tools)
12+
add_subdirectory(tools)

0 commit comments

Comments
 (0)