Release pgloader 3.1.0!

This commit is contained in:
Dimitri Fontaine 2014-09-10 22:41:25 +02:00
parent 3d95b089b1
commit 0a3b4af290
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# pgloader build tool
APP_NAME = pgloader
VERSION = 3.0.99
VERSION = 3.1.0
# use either sbcl or ccl
CL = sbcl
@ -136,7 +136,7 @@ deb: docs
rsync -Ca --exclude=build/* ./ $(DEBUILD_ROOT)/
cd $(DEBUILD_ROOT) && make -f debian/rules orig
cd $(DEBUILD_ROOT) && debuild -us -uc -sa
cp -a /tmp/pgloader_* build/
cp -a /tmp/pgloader_* /tmp/cl-pgloader* build/
rpm:
# intended for use on a CentOS or other RPM based system

View File

@ -33,11 +33,11 @@
(in-package :pgloader.params)
(defparameter *release* nil
(defparameter *release* t
"non-nil when this build is a release build.")
(defparameter *major-version* "3.0")
(defparameter *minor-version* "99")
(defparameter *major-version* "3.1")
(defparameter *minor-version* "0")
(defun git-hash ()
"Return the current abbreviated git hash of the development tree."

View File

@ -96,13 +96,13 @@
<td><a href="http://pgloader.io/files/pgloader-latest.tgz">pgloader-latest.tgz</a></td>
</tr>
<tr><td>debian wheezy, <tt>amd64</tt></td>
<td><a href="http://pgloader.io/files/pgloader_3.0.99-1_amd64.deb">pgloader_3.0.99-1_amd64.deb</a></td>
<td><a href="http://pgloader.io/files/pgloader_3.1.0-1_amd64.deb">pgloader_3.1.0-1_amd64.deb</a></td>
</tr>
<tr><td>CentOS 6.4, <tt>amd64</tt></td>
<td><a href="http://pgloader.io/files/pgloader-3.0.99-21.el6.x86_64.rpm">pgloader-3.0.99-21.el6.x86_64.rpm</a></td>
<td><a href="http://pgloader.io/files/pgloader-3.1.0-22.el6.x86_64.rpm">pgloader-3.1.0-22.el6.x86_64.rpm</a></td>
</tr>
<tr><td>MacOSX 10.9.2</td>
<td><a href="http://pgloader.io/files/pgloader-3.0.99.pkg">pgloader-3.0.99.pkg</a></td>
<td><a href="http://pgloader.io/files/pgloader-3.1.0.pkg">pgloader-3.1.0.pkg</a></td>
</tr>
</table>
<p>