Back to development release in the master's branch.

This commit is contained in:
Dimitri Fontaine 2017-07-06 16:55:56 +02:00
parent d71da6ba66
commit 64959595fc
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# pgloader build tool # pgloader build tool
APP_NAME = pgloader APP_NAME = pgloader
VERSION = 3.4.1 VERSION = 3.4.2
# use either sbcl or ccl # use either sbcl or ccl
CL = sbcl CL = sbcl

View File

@ -38,11 +38,11 @@
(in-package :pgloader.params) (in-package :pgloader.params)
(defparameter *release* t (defparameter *release* nil
"non-nil when this build is a release build.") "non-nil when this build is a release build.")
(defparameter *major-version* "3.4") (defparameter *major-version* "3.4")
(defparameter *minor-version* "1") (defparameter *minor-version* "2")
(defun git-hash () (defun git-hash ()
"Return the current abbreviated git hash of the development tree." "Return the current abbreviated git hash of the development tree."