From 12d6ce46292179d47a6ad2c783d16079ed819842 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 28 Jan 2016 16:09:06 +0900 Subject: [PATCH] Bump version --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 67559cbf..5e0acca8 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define REPMGR_VERSION "3.1dev" +#define REPMGR_VERSION "3.1" #endif