Compare commits

...

3 Commits

Author SHA1 Message Date
jbajic
3bc1839df9 Fix centos 7 2022-03-18 15:52:49 +01:00
jbajic
e07342e3ff Update change date 2022-03-17 13:49:45 +01:00
jbajic
659c0386e1 Add override version 2022-03-17 09:10:42 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ option(MG_ENTERPRISE "Build Memgraph Enterprise Edition" ON)
# Set the current version here to override the automatic version detection. The # Set the current version here to override the automatic version detection. The
# version must be specified as `X.Y.Z`. Primarily used when building new patch # version must be specified as `X.Y.Z`. Primarily used when building new patch
# versions. # versions.
set(MEMGRAPH_OVERRIDE_VERSION "") set(MEMGRAPH_OVERRIDE_VERSION "2.2.1")
# Custom suffix that this version should have. The suffix can be any arbitrary # Custom suffix that this version should have. The suffix can be any arbitrary
# string. Primarily used when building a version for a specific customer. # string. Primarily used when building a version for a specific customer.

View File

@@ -106,7 +106,7 @@ install() {
https://repo.ius.io/ius-release-el7.rpm https://repo.ius.io/ius-release-el7.rpm
yum update -y yum update -y
yum install -y wget python3 python3-pip yum install -y wget python3 python3-pip
yum install -y git224 yum install -y git
for pkg in $1; do for pkg in $1; do
if [ "$pkg" == libipt ]; then if [ "$pkg" == libipt ]; then
if ! yum list installed libipt >/dev/null 2>/dev/null; then if ! yum list installed libipt >/dev/null 2>/dev/null; then

View File

@@ -36,7 +36,7 @@ ADDITIONAL USE GRANT: You may use the Licensed Work in accordance with the
3. using the Licensed Work to create a work or solution 3. using the Licensed Work to create a work or solution
which competes (or might reasonably be expected to which competes (or might reasonably be expected to
compete) with the Licensed Work. compete) with the Licensed Work.
CHANGE DATE: 2026-18-02 CHANGE DATE: 2026-17-03
CHANGE LICENSE: Apache License, Version 2.0 CHANGE LICENSE: Apache License, Version 2.0
For information about alternative licensing arrangements, please visit: https://memgraph.com/legal. For information about alternative licensing arrangements, please visit: https://memgraph.com/legal.