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.
#
# The short X.Y version.
version = '6.3'
version = '6.4'
# 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
# non-false value, then it is used:

View File

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