Skip to content

Commit

Permalink
New upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Aug 13, 2022
1 parent b24eba9 commit 755b55d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions debian/changelog
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -57,7 +57,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion pgloader.spec
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/params.lisp
Expand Up @@ -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."
Expand Down

0 comments on commit 755b55d

Please sign in to comment.