diff --git a/README.md b/README.md index 337c326..0409983 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` diff --git a/src/quarrel.h b/src/quarrel.h index 7022bfe..09cd295 100644 --- a/src/quarrel.h +++ b/src/quarrel.h @@ -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"