Bump version to 6.4.

This commit is contained in:
Anthony Tuininga 2018-07-02 13:51:00 -06:00
parent bc1f7e6ead
commit 1a7b7257a7
2 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ author = 'Oracle'
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '6.3' version = '6.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '6.3.0' release = '6.4.0'
# 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:

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 = "6.3" BUILD_VERSION = "6.4"
# setup extra link and compile args # setup extra link and compile args
extraLinkArgs = [] extraLinkArgs = []