Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.12)

# Define the project
cmake_policy( SET CMP0048 NEW ) # version in project()
project( Psyllid VERSION 2.2.1 )
project( Psyllid VERSION 2.2.3 )

list( APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/sandfly/cmake )
include( sandfly )
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PATH="${PATH}:${PSYLLID_INSTALL_PREFIX}"
FROM base AS deps

# use quill_checkout to specify a tag or branch name to checkout
ARG quill_checkout=v7.3.0
ARG quill_checkout=v8.1.1
ENV QUILL_CHECKOUT=${quill_checkout}

RUN apt-get update &&\
Expand Down
2 changes: 1 addition & 1 deletion monarch
Submodule monarch updated 2 files
+1 −1 CMakeLists.txt
+1 −1 Scarab
2 changes: 1 addition & 1 deletion sandfly
Submodule sandfly updated 3 files
+1 −1 CMakeLists.txt
+1 −1 dripline-cpp
+1 −1 midge
Loading