set version to v10.0 on main

This commit is contained in:
Corentin Le Molgat
2024-04-23 16:03:02 +02:00
parent c33c622806
commit 89a1b260aa
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
OR_TOOLS_MAJOR=9
OR_TOOLS_MINOR=9
OR_TOOLS_MAJOR=10
OR_TOOLS_MINOR=0
#PRE_RELEASE=YES

View File

@@ -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({