mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
12 lines
149 B
C
12 lines
149 B
C
/*
|
|
* repmgr_version.h
|
|
* Copyright (c) 2ndQuadrant, 2010-2017
|
|
*/
|
|
|
|
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#define REPMGR_VERSION "4.0dev"
|
|
|
|
#endif
|