ortools: bump version from v9.13 to v9.14

This commit is contained in:
Corentin Le Molgat
2025-06-16 11:44:01 +02:00
parent 808c7d5e0b
commit 863ba8a91d
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
OR_TOOLS_VERSION = "9.13"
OR_TOOLS_VERSION = "9.14"
module(
name = "or-tools",

View File

@@ -1,3 +1,3 @@
OR_TOOLS_MAJOR=9
OR_TOOLS_MINOR=13
OR_TOOLS_MINOR=14
#PRE_RELEASE=YES

View File

@@ -75,7 +75,7 @@ cc_library(
],
copts = [
"-DOR_TOOLS_MAJOR=9",
"-DOR_TOOLS_MINOR=13",
"-DOR_TOOLS_MINOR=14",
"-DOR_TOOLS_PATCH=9999",
],
linkopts = select({