Skip to content

Commit

Permalink
Stamp 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler Taveira committed Dec 31, 2016
1 parent c0b64e8 commit 49df2ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,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.1.0.tgz
$ cd pgquarrel-0.1.0
$ tar -zxf pgquarrel-0.2.0.tgz
$ cd pgquarrel-0.2.0
$ cmake .
$ make
```
Expand Down Expand Up @@ -241,7 +241,7 @@ Tests

```
$ # adjust test/run-test.sh
$ cd pgquarrel-0.1.0/test
$ cd pgquarrel-0.2.0/test
$ # test using 9.6 on both clusters
$ ./run-test.sh 96 96 init
```
Expand Down
2 changes: 1 addition & 1 deletion src/quarrel.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "common.h"

#define PGQ_NAME "pgquarrel"
#define PGQ_VERSION "0.1.0"
#define PGQ_VERSION "0.2.0"
#define PGQ_SUPPORTED 90000 /* first supported version */
#define PGQ_SUPPORTED_STR "9.0.0"

Expand Down

0 comments on commit 49df2ae

Please sign in to comment.