From 8f3f4eb4a346c0b977cf605abb415c0d50f97bf4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 22 Dec 2016 16:53:39 +0900 Subject: [PATCH] Update version number for 3.3 branch --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index c49452f3..9981994e 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define REPMGR_VERSION "3.3dev" +#define REPMGR_VERSION "3.3" #endif