mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 08:17:00 +02:00
Back to development release in the master's branch.
This commit is contained in:
parent
d71da6ba66
commit
64959595fc
2
Makefile
2
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
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user