summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_msvc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_msvc.h b/config_msvc.h
index 1199503c..caf47311 100644
--- a/config_msvc.h
+++ b/config_msvc.h
@@ -4,9 +4,9 @@
#include <server/pg_config.h>
-#define SLONY_I_VERSION_STRING "2.2.0.b4"
-#define SLONY_I_VERSION_STRING_DEC 2,2,0,b4
-#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b4
+#define SLONY_I_VERSION_STRING "2.2.0.b5"
+#define SLONY_I_VERSION_STRING_DEC 2,2,0,b5
+#define SLONY_I_FUNC_VERSION_STRING 2_2_0_b5
#if PG_VERSION_NUM >= 90300
#define HAVE_GETACTIVESNAPSHOT 1