From c06d45f44613c4ccb954e3da2ed64b0e18bc621a Mon Sep 17 00:00:00 2001 From: Jesse Zhang Date: Fri, 11 Nov 2016 14:16:12 -0800 Subject: [PATCH] Bump ORCA version to 1.686 [#133827909] --- CMakeLists.txt | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63d86af76b..30f52c1de5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR) project(gpopt LANGUAGES CXX C) set(GPORCA_VERSION_MAJOR 1) -set(GPORCA_VERSION_MINOR 685) +set(GPORCA_VERSION_MINOR 686) set(GPORCA_VERSION_STRING ${GPORCA_VERSION_MAJOR}.${GPORCA_VERSION_MINOR}) # Whenever an ABI-breaking change is made to GPORCA, this should be incremented. diff --git a/Makefile b/Makefile index 325fc59f93..59a75f074a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BLD_TOP := $(shell sh -c pwd) include make/gpo.mk LIB_NAME = optimizer -LIB_VERSION = 1.685 +LIB_VERSION = 1.686 ## ---------------------------------------------------------------------- ## top level variables; only used in this makefile ## ---------------------------------------------------------------------- -- GitLab