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:
Dimitri Fontaine 2016-01-31 21:43:54 +01:00
parent 1280ae0b8c
commit 029ea0027a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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."