From 64959595fca8563bc205763d0b404c0d6822a2c6 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 6 Jul 2017 16:55:56 +0200 Subject: [PATCH] Back to development release in the master's branch. --- Makefile | 2 +- src/params.lisp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8a8fb9c..7b21724 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.4.1 +VERSION = 3.4.2 # use either sbcl or ccl CL = sbcl diff --git a/src/params.lisp b/src/params.lisp index 8f874ce..fae77b8 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -38,11 +38,11 @@ (in-package :pgloader.params) -(defparameter *release* t +(defparameter *release* nil "non-nil when this build is a release build.") (defparameter *major-version* "3.4") -(defparameter *minor-version* "1") +(defparameter *minor-version* "2") (defun git-hash () "Return the current abbreviated git hash of the development tree."