From bf4de715238a57e0a11a268555be4c4f28f560d4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 14 Apr 2015 14:15:16 +0900 Subject: [PATCH] Update version string to 3.0.1 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 9085dfb0..cedaafae 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define REPMGR_VERSION "3.0" +#define REPMGR_VERSION "3.0.1" #endif