mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-12 17:26:58 +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
|
# 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
|
||||||
|
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user