Skip to content

Commit

Permalink
bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jan 26, 2020
1 parent 79a1dca commit 4d3b72d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(bear C)
set(BEAR_VERSION "2.4.2")
set(BEAR_VERSION "2.4.3")

include(GNUInstallDirs)
install(FILES COPYING README.md ChangeLog.md
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.4.3 (2020-01-26)

Features:
- Support CUDA compilations (@nweston, #275, #277, #278)
- Better duplicate entry detection (#278)

## 2.4.2 (2019.08.29)

Features:
Expand Down

0 comments on commit 4d3b72d

Please sign in to comment.