zbackup/version.hh

11 lines
303 B
C++
Raw Permalink Normal View History

2015-01-25 20:56:41 +03:00
// Copyright (c) 2012-2014 Konstantin Isakov <ikm@zbackup.org> and ZBackup contributors, see CONTRIBUTORS
// Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE
#ifndef VERSION_HH_INCLUDED
#define VERSION_HH_INCLUDED
#include <string>
extern std::string zbackup_version;
#endif