1 /*
2    Copyright 2013-2015 Skytechnology sp. z o.o.
3 
4    This file is part of LizardFS.
5 
6    LizardFS is free software: you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation, version 3.
9 
10    LizardFS is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13    GNU General Public License for more details.
14 
15    You should have received a copy of the GNU General Public License
16    along with LizardFS. If not, see <http://www.gnu.org/licenses/>.
17  */
18 
19 /* Included *after* config.h, in order to re-define these macros */
20 
21 #ifdef PACKAGE
22 #undef PACKAGE
23 #endif
24 
25 /* Name of package */
26 #define PACKAGE "lizardfs"
27 
28 
29 #ifdef VERSION
30 #undef VERSION
31 #endif
32 
33 /* Version number of package */
34 #define VERSION "1.0"
35 
36