Skip to content

Commit

Permalink
Bump ORCA version to 2.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Arap committed May 29, 2018
1 parent 82ed3dd commit cf9f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ project(gpopt LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 98)
set(GPORCA_VERSION_MAJOR 2)
set(GPORCA_VERSION_MINOR 59)
set(GPORCA_VERSION_PATCH 0)
set(GPORCA_VERSION_PATCH 1)
set(GPORCA_VERSION_STRING "${GPORCA_VERSION_MAJOR}.${GPORCA_VERSION_MINOR}.${GPORCA_VERSION_PATCH}")

# Whenever an ABI-breaking change is made to GPORCA, this should be incremented.
Expand Down

0 comments on commit cf9f25c

Please sign in to comment.