Follow-up to the merge, we're not a release branch.

This commit is contained in:
Dimitri Fontaine 2014-11-05 16:41:19 +01:00
parent fc78c1f623
commit a5e9cb172c

View File

@ -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* "2")
(defparameter *minor-version* "3")
(defun git-hash ()
"Return the current abbreviated git hash of the development tree."