Skip to content

Commit

Permalink
Prepare for 2.12.1 patch release (#1524)
Browse files Browse the repository at this point in the history
* Update license date
* Add override version
  • Loading branch information
MarkoBarisic committed Nov 17, 2023
1 parent a65a30c commit da9d6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.12.1")

# Custom suffix that this version should have. The suffix can be any arbitrary
# string. Primarily used when building a version for a specific customer.
Expand Down
2 changes: 1 addition & 1 deletion licenses/BSL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
which competes (or might reasonably be expected to
compete) with the Licensed Work.
CHANGE DATE: 2027-30-10
CHANGE DATE: 2027-17-11
CHANGE LICENSE: Apache License, Version 2.0

For information about alternative licensing arrangements, please visit: https://memgraph.com/legal.
Expand Down

0 comments on commit da9d6dd

Please sign in to comment.