Bump version to 7.0 and use ODPI-C master branch (3.0).

This commit is contained in:
Anthony Tuininga 2018-07-12 10:45:15 -06:00
parent c832ed10d1
commit 866df60fbc
4 changed files with 4 additions and 5 deletions

1
.gitmodules vendored
View File

@ -1,4 +1,3 @@
[submodule "odpi"]
path = odpi
url = https://github.com/oracle/odpi.git
branch = v2.x

View File

@ -40,9 +40,9 @@ author = 'Oracle'
# other places throughout the built documents.
#
# The short X.Y version.
version = '6.4'
version = '7.0'
# The full version, including alpha/beta/rc tags.
release = '6.4.1'
release = '7.0.0-dev'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

2
odpi

@ -1 +1 @@
Subproject commit d72c39db60914841a2f11ca0721f39e6d2bbf378
Subproject commit ccdf1ff0184ed1124ea3b0d2049db072df5130a3

View File

@ -20,7 +20,7 @@ except:
from distutils.extension import Extension
# define build constants
BUILD_VERSION = "6.4.1"
BUILD_VERSION = "7.0.0-dev"
# setup extra link and compile args
extraLinkArgs = []