Update current version number, latest release being 3.6.6.

This commit is contained in:
Dimitri Fontaine 2022-08-12 17:23:14 +02:00
parent ff33ec5e2e
commit 5f5734cf01
No known key found for this signature in database
GPG Key ID: 38096AB1A90BF6D4
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'pgloader' project = 'pgloader'
copyright = '2017, Dimitri Fontaine' copyright = '2005-2022, Dimitri Fontaine'
author = 'Dimitri Fontaine' author = 'Dimitri Fontaine'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -57,7 +57,7 @@ author = 'Dimitri Fontaine'
# The short X.Y version. # The short X.Y version.
version = '3.6' version = '3.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.6.3' release = '3.6.6'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -44,7 +44,7 @@
"non-nil when this build is a release build.") "non-nil when this build is a release build.")
(defparameter *major-version* "3.6") (defparameter *major-version* "3.6")
(defparameter *minor-version* "3") (defparameter *minor-version* "6")
(defun git-hash () (defun git-hash ()
"Return the current abbreviated git hash of the development tree." "Return the current abbreviated git hash of the development tree."