From 8537bd661f637d835b4790b3407251b8f32e2b26 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 3 Jul 2018 17:11:38 +0200 Subject: [PATCH] Back to not being a release. Maybe I should find a way to avoid this extra back-and-forth commit. Someday. --- src/params.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.lisp b/src/params.lisp index f2f5749..8080dd7 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -40,7 +40,7 @@ (in-package :pgloader.params) -(defparameter *release* t +(defparameter *release* nil "non-nil when this build is a release build.") (defparameter *major-version* "3.5")