Skip to content

Commit

Permalink
Stamp 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler Taveira committed Feb 8, 2019
1 parent f13339d commit d52f1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ UNIX based Operating Systems
Before installing **pgquarrel**, you should have PostgreSQL 9.0+ installed (including the header files). If PostgreSQL is not in your search path add -DCMAKE_PREFIX_PATH=/path/to/pgsql to the cmake command.

```
$ tar -zxf pgquarrel-0.4.0.tgz
$ cd pgquarrel-0.4.0
$ tar -zxf pgquarrel-0.5.0.tgz
$ cd pgquarrel-0.5.0
$ cmake .
$ make
```
Expand Down Expand Up @@ -376,9 +376,9 @@ Regression Tests

```
$ # adjust test/run-test.sh
$ cd pgquarrel-0.4.0/test
$ # test using 10 on both clusters
$ ./run-test.sh 10 10 init
$ cd pgquarrel-0.5.0/test
$ # test using 11 on both clusters
$ ./run-test.sh 11 11 init
```

License
Expand Down
2 changes: 1 addition & 1 deletion src/quarrel.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <port.h> /* simple_prompt */

#define PGQ_NAME "pgquarrel"
#define PGQ_VERSION "0.4.0"
#define PGQ_VERSION "0.5.0"
#define PGQ_SUPPORTED 90000 /* first supported version */
#define PGQ_SUPPORTED_STR "9.0.0"

Expand Down

0 comments on commit d52f1b8

Please sign in to comment.