Skip to content

Commit

Permalink
Merge branch 'hotfix/2.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoblath committed Feb 1, 2025
2 parents 88e23fa + b149a31 commit ff11686
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
libyaml-cpp-dev
git clone https://github.com/odygrd/quill.git
cd quill
git checkout v7.3.0
git checkout v8.1.0
mkdir build
cd build
sudo cmake ..
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 3.12)
#########

cmake_policy( SET CMP0048 NEW ) # version in project()
project( Dripline VERSION 2.10.1 )
project( Dripline VERSION 2.10.2 )

list( APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/scarab/cmake )

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN cd /usr/local && \
rm -rf /usr/local/pybind11

# use quill_checkout to specify a tag or branch name to checkout
ARG quill_checkout=v7.3.0
ARG quill_checkout=v8.1.0
RUN cd /usr/local && \
git clone https://github.com/odygrd/quill.git && \
cd quill && \
Expand Down
2 changes: 1 addition & 1 deletion scarab

0 comments on commit ff11686

Please sign in to comment.