Improve the version message to actually show the repmgr version not

only postgresql's one
This commit is contained in:
Jaime Casanova
2012-06-25 22:53:16 -05:00
parent 30d35d5b4c
commit be5cbe4ddd
3 changed files with 8 additions and 2 deletions

4
version.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef _VERSION_H_
#define _VERSION_H_
#define REPMGR_VERSION "1.2.0"
#endif