|
2 | 2 | * |
3 | 3 | * pg_probackup.c: Backup/Recovery manager for PostgreSQL. |
4 | 4 | * |
5 | | - * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION |
| 5 | + * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION |
| 6 | + * Portions Copyright (c) 2015-2017, Postgres Professional |
6 | 7 | * |
7 | 8 | *------------------------------------------------------------------------- |
8 | 9 | */ |
|
15 | 16 | #include<time.h> |
16 | 17 | #include<sys/stat.h> |
17 | 18 |
|
18 | | -constchar*PROGRAM_VERSION="1.0"; |
| 19 | +constchar*PROGRAM_VERSION="1.0.1"; |
19 | 20 | constchar*PROGRAM_URL="https://github.com/postgrespro/pg_probackup"; |
20 | 21 | constchar*PROGRAM_EMAIL="https://github.com/postgrespro/pg_probackup/issues"; |
21 | 22 |
|
|