Skip to content

Commit

Permalink
Release 3.5.2.
Browse files Browse the repository at this point in the history
This release fixes debian packaging, includes support for Redhift as a
target, and also fixes some bugs.
  • Loading branch information
dimitri committed Jul 3, 2018
1 parent cb528c2 commit 63af7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgloader build tool
APP_NAME = pgloader
VERSION = 3.5.1
VERSION = 3.5.2

# use either sbcl or ccl
CL = sbcl
Expand Down
4 changes: 2 additions & 2 deletions src/params.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

(in-package :pgloader.params)

(defparameter *release* nil
(defparameter *release* t
"non-nil when this build is a release build.")

(defparameter *major-version* "3.5")
(defparameter *minor-version* "1")
(defparameter *minor-version* "2")

(defun git-hash ()
"Return the current abbreviated git hash of the development tree."
Expand Down

0 comments on commit 63af7e7

Please sign in to comment.