From c80f920fe53ba23ab05939142bf5b509b6c2fc26 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 4 Aug 2015 12:29:43 +0000 Subject: [PATCH] Stamp 1.0.0 --- pg_rewind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_rewind.h b/pg_rewind.h index a4ae00d..8ae9e06 100644 --- a/pg_rewind.h +++ b/pg_rewind.h @@ -21,7 +21,7 @@ #include "storage/block.h" #include "storage/relfilenode.h" -#define PG_REWIND_VERSION "0.1" +#define PG_REWIND_VERSION "1.0.0" /* Configuration options */ extern char *datadir_target;