summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xtrabackup_version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mariabackup/xtrabackup_version.h.in')
-rw-r--r--extra/mariabackup/xtrabackup_version.h.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/mariabackup/xtrabackup_version.h.in b/extra/mariabackup/xtrabackup_version.h.in
deleted file mode 100644
index dc4c7992f8f..00000000000
--- a/extra/mariabackup/xtrabackup_version.h.in
+++ /dev/null
@@ -1,27 +0,0 @@
-/******************************************************
-Copyright (c) 2013 Percona LLC and/or its affiliates.
-
-Version numbers definitions.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; version 2 of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
-*******************************************************/
-
-#ifndef XB_VERSION_H
-#define XB_VERSION_H
-
-#define XTRABACKUP_VERSION "@XB_VERSION@"
-#define XTRABACKUP_REVISION "@XB_REVISION@"
-
-#endif /* XB_VERSION_H */