Compare commits

...

2 Commits

Author SHA1 Message Date
Dimitri Fontaine
33ff0c193c Merge branch 'master' into rel_3_2_stable
And upgrade version numbers straight to 3.2.2 rather than "just"
resolving the conflicts.
2015-09-06 21:19:42 +02:00
Dimitri Fontaine
63ed605b19 Prepare for release 3.2.0. 2015-01-15 20:05:06 +01:00
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# pgloader build tool # pgloader build tool
APP_NAME = pgloader APP_NAME = pgloader
VERSION = 3.2.1.preview VERSION = 3.2.2
# use either sbcl or ccl # use either sbcl or ccl
CL = sbcl CL = sbcl

View File

@ -1,6 +1,6 @@
Summary: extract, transform and load data into PostgreSQL Summary: extract, transform and load data into PostgreSQL
Name: pgloader Name: pgloader
Version: 3.2.1.preview Version: 3.2.2
Release: 22%{?dist} Release: 22%{?dist}
License: The PostgreSQL Licence License: The PostgreSQL Licence
Group: System Environment/Base Group: System Environment/Base
@ -40,9 +40,12 @@ echo '-b /usr/bin/pgloader' > $RPM_BUILD_ROOT/etc/prelink.conf.d/%{name}.conf
/etc/prelink.conf.d/%{name}.conf /etc/prelink.conf.d/%{name}.conf
%changelog %changelog
=======
* Sun Sep 6 2015 Dimitri Fontaine <dimitri@2ndQuadrant.fr> - 3.2.2-22
- Release 3.2.2
* Thu Jan 22 2015 Dimitri Fontaine <dimitri@2ndQuadrant.fr> - 3.2.1.preview-22 * Thu Jan 22 2015 Dimitri Fontaine <dimitri@2ndQuadrant.fr> - 3.2.1.preview-22
- Release 3.2.1.preview - Release 3.2.1.preview
* Thu Jan 15 2015 Dimitri Fontaine <dimitri@2ndQuadrant.fr> - 3.2.0-22 * Thu Jan 15 2015 Dimitri Fontaine <dimitri@2ndQuadrant.fr> - 3.2.0-22
- Release 3.2.0 - Release 3.2.0

View File

@ -28,11 +28,11 @@
(in-package :pgloader.params) (in-package :pgloader.params)
(defparameter *release* nil (defparameter *release* t
"non-nil when this build is a release build.") "non-nil when this build is a release build.")
(defparameter *major-version* "3.2") (defparameter *major-version* "3.2")
(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."