Bumping version to 1.2.0-beta1

Remember to put back the release status to 'stable' before releasing
the final version.

I hope I got the right version number format for PGXN...
This commit is contained in:
Daniele Varrazzo 2013-11-05 01:42:58 +00:00
parent 18f75951e2
commit 53906c4f18

View File

@ -2,18 +2,18 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.2dev1",
"version": "1.2.0-beta1",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "stable",
"release_status": "testing",
"license": "bsd",
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.2dev1",
"version": "1.2.0-beta1",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},