diff --git a/CMakeLists.txt b/CMakeLists.txt index 32fa1d6..8c6cd98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set (LICENSEPP_SOVERSION "${LICENSEPP_MAJOR}.${LICENSEPP_MINOR}.${LICENSEPP_PATC set (LICENSEPP_NAME "licensepp") add_definitions (-DLICENSEPP_SOVERSION="${LICENSEPP_SOVERSION}") -add_definitions (-DRIPE_VERSION="4.0.1-static-no-zip") +add_definitions (-DRIPE_VERSION="4.0.1-custom-static") if (travis) add_definitions (-DLICENSEPP_ON_CI) endif() diff --git a/src/external/Ripe.cc b/src/external/Ripe.cc index 800b4da..a28a3fe 100644 --- a/src/external/Ripe.cc +++ b/src/external/Ripe.cc @@ -1,12 +1,14 @@ // // Ripe.cc // -// Copyright (c) 2017, Muflihun Labs +// Copyright (c) 2017-present Muflihun Labs // // https://muflihun.com // https://muflihun.github.io/ripe // https://github.com/muflihun // +// [This is custom version of Ripe for License++] +// #include #include diff --git a/src/external/Ripe.h b/src/external/Ripe.h index 61123b6..afe3bee 100644 --- a/src/external/Ripe.h +++ b/src/external/Ripe.h @@ -1,12 +1,14 @@ // // Ripe.cc // -// Copyright (c) 2017, Muflihun Labs +// Copyright (c) 2017-present, Muflihun Labs // // https://muflihun.com // https://muflihun.github.io/ripe // https://github.com/muflihun // +// [This is custom version of Ripe for License++] +// #ifndef Ripe_h #define Ripe_h