set version to v10.0 on main
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
OR_TOOLS_MAJOR=9
|
||||
OR_TOOLS_MINOR=9
|
||||
OR_TOOLS_MAJOR=10
|
||||
OR_TOOLS_MINOR=0
|
||||
#PRE_RELEASE=YES
|
||||
|
||||
@@ -50,8 +50,8 @@ cc_library(
|
||||
"version.h",
|
||||
],
|
||||
copts = [
|
||||
"-DOR_TOOLS_MAJOR=9",
|
||||
"-DOR_TOOLS_MINOR=9",
|
||||
"-DOR_TOOLS_MAJOR=10",
|
||||
"-DOR_TOOLS_MINOR=0",
|
||||
"-DOR_TOOLS_PATCH=9999",
|
||||
],
|
||||
linkopts = select({
|
||||
|
||||
Reference in New Issue
Block a user