From bb35ee175019670cccf5f36f946e214372755abe Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 Sep 2017 17:29:24 +0900 Subject: [PATCH] Reduce version header files to #defines only It's needed to generate the documentation. --- repmgr_version.h.in | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/repmgr_version.h.in b/repmgr_version.h.in index 7ed5c769..68f7efb9 100644 --- a/repmgr_version.h.in +++ b/repmgr_version.h.in @@ -1,25 +1,2 @@ -/* - * repmgr_version.h - * Copyright (c) 2ndQuadrant, 2010-2017 - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef _VERSION_H_ -#define _VERSION_H_ - #define REPMGR_VERSION_DATE "" #define REPMGR_VERSION "4.0dev" - -#endif