Merge branch 'v99bugfix' of github.com:google/or-tools into v99bugfix
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
|
||||
###############################################################################
|
||||
|
||||
OR_TOOLS_VERSION = "9.12"
|
||||
OR_TOOLS_VERSION = "9.13"
|
||||
|
||||
module(
|
||||
name = "or-tools",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
OR_TOOLS_MAJOR=9
|
||||
OR_TOOLS_MINOR=12
|
||||
OR_TOOLS_MINOR=13
|
||||
#PRE_RELEASE=YES
|
||||
|
||||
@@ -50,7 +50,7 @@ cc_library(
|
||||
],
|
||||
copts = [
|
||||
"-DOR_TOOLS_MAJOR=9",
|
||||
"-DOR_TOOLS_MINOR=12",
|
||||
"-DOR_TOOLS_MINOR=13",
|
||||
"-DOR_TOOLS_PATCH=9999",
|
||||
],
|
||||
linkopts = select({
|
||||
|
||||
Reference in New Issue
Block a user