mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Now that 3.1.0 is released, we're preparing 3.1.1 here.
This commit is contained in:
parent
0a3b4af290
commit
c4141c464d
@ -33,11 +33,11 @@
|
||||
|
||||
(in-package :pgloader.params)
|
||||
|
||||
(defparameter *release* t
|
||||
(defparameter *release* nil
|
||||
"non-nil when this build is a release build.")
|
||||
|
||||
(defparameter *major-version* "3.1")
|
||||
(defparameter *minor-version* "0")
|
||||
(defparameter *minor-version* "1")
|
||||
|
||||
(defun git-hash ()
|
||||
"Return the current abbreviated git hash of the development tree."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user