From 029ea0027a8c2bd263015ab7b211cbdd4e17fcad Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sun, 31 Jan 2016 21:43:54 +0100 Subject: [PATCH] Upgrade version string. We just tagged the repository as version 3.3.0.50 to be able to release an experimental pgloader bundle, and we did tag the repository. The first commit after that should then change the version string. --- Makefile | 2 +- src/params.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6465b32..98ac02a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.3.0.50 +VERSION = 3.3.0.51 # use either sbcl or ccl CL = sbcl diff --git a/src/params.lisp b/src/params.lisp index caaae99..88fcbed 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -32,7 +32,7 @@ "non-nil when this build is a release build.") (defparameter *major-version* "3.3") -(defparameter *minor-version* "0.50") +(defparameter *minor-version* "0.51") (defun git-hash () "Return the current abbreviated git hash of the development tree."