File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ v3.0.4
2+ ------
3+
4+ 19 March 2024
5+
6+ A release to patch cmkae issues found during vcpkg integration. This version
7+ will be pegged to the first vcpkg release.
8+
9+ Fixes:
10+ - cmake: Fix issues found when integrating with vcpkg
11+ - Fix input_check() macros for windows builds
12+ - api: Fixup comamnd queue flush function name
13+
14+
115v3.0.3
216------
317
Original file line number Diff line number Diff line change 77cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
88cmake_policy (SET CMP0063 NEW)
99
10- project (libosdp VERSION 3.0.3 )
10+ project (libosdp VERSION 3.0.4 )
1111
1212set (PROJECT_AUTHOR "Siddharth Chandrasekaran" )
1313set (PROJECT_AUTHOR_EMAIL
"[email protected] " )
Original file line number Diff line number Diff line change 1111import subprocess
1212
1313project_name = "libosdp"
14- project_version = "3.0.3 "
14+ project_version = "3.0.4 "
1515current_dir = os .path .dirname (os .path .realpath (__file__ ))
1616repo_root = os .path .realpath (os .path .join (current_dir , ".." ))
1717
You can’t perform that action at this time.
0 commit comments