From eafaf80b3cfda63c9f21d07970023294c5e1501b Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 21 Jan 2019 16:37:42 +0100 Subject: [PATCH] Back to non-release development. Master's branch is now preparing for 3.6.2. --- Makefile | 2 +- src/params.lisp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 42511f5..e5d89b8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.6.1 +VERSION = 3.6.2 # use either sbcl or ccl CL = sbcl diff --git a/src/params.lisp b/src/params.lisp index 60a754b..0ae80b4 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -40,11 +40,11 @@ (in-package :pgloader.params) -(defparameter *release* t +(defparameter *release* nil "non-nil when this build is a release build.") (defparameter *major-version* "3.6") -(defparameter *minor-version* "1") +(defparameter *minor-version* "2") (defun git-hash () "Return the current abbreviated git hash of the development tree."