mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
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.
This commit is contained in:
parent
1280ae0b8c
commit
029ea0027a
2
Makefile
2
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
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user