1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Minor refactor of version variable to a constant.

It had originally been designed to play nice with a specific packaging tool but that tool was never used.
This commit is contained in:
David Steele
2016-06-26 20:53:45 -04:00
parent 6ee485cc76
commit b571218930
7 changed files with 12 additions and 19 deletions
@@ -19,6 +19,7 @@ use pgBackRest::Db;
use pgBackRest::File;
use pgBackRest::FileCommon;
use pgBackRest::Manifest;
use pgBackRest::Version;
use pgBackRestTest::Backup::Common::HostBackupTest;
use pgBackRestTest::Common::ExecuteTest;