Skip to content

Commit

Permalink
New version, minor fixes for build, MacOS-12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Nov 22, 2021
1 parent 5f6ff52 commit d474a9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## [csw-c v4.0.2] - 2021-11-22

### Changed

- Minor changes to build environment
- Tested on MacOS-12
-
### Added

- Add install.sh script that makes a binary release with native dependencies

## [csw-c v4.0.1] - 2021-09-27

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subscribing to events is not yet implemented.

| csw-c | csw |
|--------|------|
| v4.0.2 | v4.0.0 |
| v4.0.1 | v4.0.0 |
| v4.0.0 | v4.0.0-RC1 |
| v3.0.1 | v3.0.1 |
Expand Down
2 changes: 1 addition & 1 deletion csw/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(csw LANGUAGES C VERSION 4.0.1)
project(csw LANGUAGES C VERSION 4.0.2)
cmake_minimum_required(VERSION 3.19)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
Expand Down
1 change: 1 addition & 0 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Note: You will need to set the LD_LIBRARY_PATH environment variable to include t

| csw-c | csw |
|--------|------|
| v4.0.2 | v4.0.0 |
| v4.0.1 | v4.0.0 |
| v4.0.0 | v4.0.0-RC1 |
| v3.0.1 | v3.0.1 |
Expand Down

0 comments on commit d474a9a

Please sign in to comment.