Skip to content

Commit

Permalink
[#2074] Fixed package version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Jun 12, 2022
1 parent 9c05969 commit 81c71e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
# CURL::libcurl and LibXml2::LibXml2 targets

find_package(IRODS REQUIRED)
set(IRODS_PLUGIN_REVISION "1")
set(IRODS_PLUGIN_REVISION "0")
set(IRODS_PLUGIN_VERSION "${IRODS_VERSION}.${IRODS_PLUGIN_REVISION}")

set(IRODS_PACKAGE_REVISION "1")
Expand Down

0 comments on commit 81c71e2

Please sign in to comment.