1 /****************************************************************************
3 * config.h -- Lunapaint, *
4 * http://developer.berlios.de/projects/lunapaintami/ *
5 * Copyright (C) 2006, 2007, Hogne Titlestad <hogga@sub-ether.org> *
6 * Copyright (C) 2009-2011 LunaPaint Development Team *
8 * This program is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. *
13 * This program is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU General Public License for more details. *
18 * You should have received a copy of the GNU General Public License *
19 * along with this program; if not, write to the Free Software Foundation, *
20 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
22 ****************************************************************************/
24 #ifndef _lunapaint_config_
25 #define _lunapaint_config_
27 #define LUNA_VERSION "0.5"
28 #define LUNA_SCREEN_TITLE "Lunapaint 0.5, 2010-12-11"
29 #define LUNA_ABOUT_TEXT "Lunapaint 0.5\n\n" \
30 "See http://developer.berlios.de/projects/lunapaintami/\n" \
31 "for more information\n\n" \
32 "Special thanks to:\n\n * d980, Michal Schulz , Ola Jensen,\n MinisterQ"
33 #define VERSION "Lunapaint " LUNA_VERSION " (15.06.2010)"
34 #define VERSIONSTRING "$VER: " VERSION " © LunaPaint Development Team\n"
39 char LayerBackgroundMode
;
42 extern struct LunapaintPrefs GlobalPrefs
;