File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# pgloader build tool
22APP_NAME = pgloader
3- VERSION = 3.3.0.51
3+ VERSION = 3.3.1
44
55# use either sbcl or ccl
66CL = sbcl
Original file line number Diff line number Diff line change 1+ pgloader (3.3.1+dfsg-1) unstable; urgency=medium
2+
3+ * New release, bugfixes and new features
4+
5+ -- Dimitri Fontaine <dim@tapoueh.org> Sun, 28 Aug 2016 21:07:47 +0300
6+
17pgloader (3.2.2+dfsg-1) unstable; urgency=medium
28
39 * New release, lots of bugfixes, some new features
Original file line number Diff line number Diff line change 3535
3636(in-package :pgloader.params )
3737
38- (defparameter *release* nil
38+ (defparameter *release* t
3939 " non-nil when this build is a release build." )
4040
4141(defparameter *major-version* " 3.3" )
42- (defparameter *minor-version* " 0.51 " )
42+ (defparameter *minor-version* " 1 " )
4343
4444(defun git-hash ()
4545 " Return the current abbreviated git hash of the development tree."
You can’t perform that action at this time.
0 commit comments