Skip to content

Commit

Permalink
custom version ripe
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jan 9, 2018
1 parent 13b0d4b commit 96019cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 3 additions & 1 deletion src/external/Ripe.cc
Original file line number Diff line number Diff line change
@@ -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 <cerrno>
#include <iomanip>
Expand Down
4 changes: 3 additions & 1 deletion src/external/Ripe.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 96019cd

Please sign in to comment.