Compare commits

...

3 Commits

Author SHA1 Message Date
Bruno Sacaric
ea969ba951 update patch version 2.5.2 2023-01-26 13:15:49 +01:00
Bruno Sacaric
d7156cbb9f Merge branch 'master' into release/2.5 2023-01-26 13:09:56 +01:00
jbajic
e793ef6099 Override patch version 2023-01-19 12:32:56 +01:00

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
# version must be specified as `X.Y.Z`. Primarily used when building new patch
# versions.
set(MEMGRAPH_OVERRIDE_VERSION "")
set(MEMGRAPH_OVERRIDE_VERSION "2.5.2")
# Custom suffix that this version should have. The suffix can be any arbitrary
# string. Primarily used when building a version for a specific customer.