mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Update current version number, latest release being 3.6.6.
This commit is contained in:
parent
ff33ec5e2e
commit
5f5734cf01
@ -47,7 +47,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'pgloader'
|
||||
copyright = '2017, Dimitri Fontaine'
|
||||
copyright = '2005-2022, Dimitri Fontaine'
|
||||
author = 'Dimitri Fontaine'
|
||||
|
||||
# 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.
|
||||
version = '3.6'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
@ -44,7 +44,7 @@
|
||||
"non-nil when this build is a release build.")
|
||||
|
||||
(defparameter *major-version* "3.6")
|
||||
(defparameter *minor-version* "3")
|
||||
(defparameter *minor-version* "6")
|
||||
|
||||
(defun git-hash ()
|
||||
"Return the current abbreviated git hash of the development tree."
|
||||
|
Loading…
Reference in New Issue
Block a user