Skip to content

Commit

Permalink
Release pgloader v3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Aug 28, 2016
1 parent f2dcf98 commit cb30891
Show file tree
Hide file tree
Showing 3 changed files with 9 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.3.0.51
VERSION = 3.3.1

# use either sbcl or ccl
CL = sbcl
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pgloader (3.3.1+dfsg-1) unstable; urgency=medium

* New release, bugfixes and new features

-- Dimitri Fontaine <dim@tapoueh.org> Sun, 28 Aug 2016 21:07:47 +0300

pgloader (3.2.2+dfsg-1) unstable; urgency=medium

* New release, lots of bugfixes, some new features
Expand Down
4 changes: 2 additions & 2 deletions src/params.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@

(in-package :pgloader.params)

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

(defparameter *major-version* "3.3")
(defparameter *minor-version* "0.51")
(defparameter *minor-version* "1")

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

0 comments on commit cb30891

Please sign in to comment.