1 |
#ifndef VERSION_H |
2 |
#define VERSION_H |
3 |
|
4 |
#define PROG_NAME "__PRGTITLE__" |
5 |
#define PROG_VERSION "__VERSION__" |
6 |
#define PROG_AUTHOR0 "Benoît Rouits" |
7 |
#define PROG_COPYRIGHT "Copyright © 2009 Benoît Rouits <brouits@free.fr>" |
8 |
#define PROG_WEBSITE "http://herewe.servebeer.com/gluid/" |
9 |
#define PROG_COMMENT "a mini Fluidsynth interface" |
10 |
#define LOCALEDIR "__PRGLOCALEPATH__" |
11 |
|
12 |
#define PROG_LICENSE "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA." |
13 |
|
14 |
#endif /* VERSION_H */ |