diff --git a/README.md b/README.md index 005effa..d6bd68b 100644 --- a/README.md +++ b/README.md @@ -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.5.0.tgz -$ cd pgquarrel-0.5.0 +$ tar -zxf pgquarrel-0.6.0.tgz +$ cd pgquarrel-0.6.0 $ cmake . $ make ``` @@ -400,7 +400,7 @@ Regression Tests ``` $ # adjust test/run-test.sh -$ cd pgquarrel-0.5.0/test +$ cd pgquarrel-0.6.0/test $ # test using 11 on both clusters $ ./run-test.sh 11 11 init ``` diff --git a/src/quarrel.h b/src/quarrel.h index 392712c..58c4d5b 100644 --- a/src/quarrel.h +++ b/src/quarrel.h @@ -22,7 +22,7 @@ #include /* simple_prompt */ #define PGQ_NAME "pgquarrel" -#define PGQ_VERSION "0.5.0" +#define PGQ_VERSION "0.6.0" #define PGQ_SUPPORTED 90000 /* first supported version */ #define PGQ_SUPPORTED_STR "9.0.0"