From be95e17fac031f2ac4f30c43c201cdeb77612a6e Mon Sep 17 00:00:00 2001 From: Anastasia Date: Mon, 3 Jul 2017 18:09:24 +0300 Subject: [PATCH] Version 2.0 --- src/pg_probackup.c | 2 +- tests/expected/option_version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pg_probackup.c b/src/pg_probackup.c index 8013e711..7547f679 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -17,7 +17,7 @@ #include #include -const char *PROGRAM_VERSION = "1.1.17"; +const char *PROGRAM_VERSION = "2.0.0"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index e88cb7c9..4f95ebcf 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 1.1.17 +pg_probackup 2.0.0