New upstream version

This commit is contained in:
Christoph Berg 2022-08-13 10:35:39 +02:00
parent b24eba972d
commit 755b55d2b3
5 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# pgloader build tool
APP_NAME = pgloader
VERSION = 3.6.6
VERSION = 3.6.7
# use either sbcl or ccl
CL = sbcl

7
debian/changelog vendored
View File

@ -1,8 +1,11 @@
pgloader (3.6.6-2) UNRELEASED; urgency=medium
pgloader (3.6.7-1) unstable; urgency=medium
* New upstream version:
* Set SBCL dynamic space size to 16 GB on 64 bit architectures.
* Improve documentation with command lines and defaults.
* SBCL compiler notes should not be fatal to pgloader.
-- Christoph Berg <myon@debian.org> Mon, 11 Jul 2022 15:31:49 +0200
-- Christoph Berg <myon@debian.org> Sat, 13 Aug 2022 10:32:41 +0200
pgloader (3.6.6-1) unstable; urgency=medium

View File

@ -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.6'
release = '3.6.7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,6 +1,6 @@
Summary: extract, transform and load data into PostgreSQL
Name: pgloader
Version: 3.6.6
Version: 3.6.7
Release: 22%{?dist}
License: The PostgreSQL Licence
Group: System Environment/Base

View File

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