Skip to content

Commit

Permalink
Version & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Jul 16, 2022
1 parent 8e6ca86 commit 4d3c2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

# 1.7.2

## Fixed
- #731: Crash on debug session startup.

# 1.7.1

## Changed
Expand Down
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.10)
project(CodeLLDB)
enable_testing()

set(VERSION "1.7.1") # Base version
set(VERSION "1.7.2") # Base version

include(cmake/CopyFiles.cmake)

Expand Down

0 comments on commit 4d3c2e7

Please sign in to comment.