Update ODPI-C; bump version in preparation for a new patch release.

This commit is contained in:
Anthony Tuininga 2019-03-07 09:34:45 -07:00
parent 9023609232
commit 1ccaf68369
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ author = 'Oracle'
# The short X.Y version. # The short X.Y version.
version = '7.1' version = '7.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '7.1.1' release = '7.1.2'
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:

2
odpi

@ -1 +1 @@
Subproject commit f7d3fb6078873521b65114389aff0380c37a1320 Subproject commit 9292f4ef84e806b061dde19e8e9122d87224acba

View File

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