00001 /* ============================================================ 00002 * File : version.h 00003 * Authors: Gilles Caulier <caulier dot gilles at free.fr> 00004 * Date : 2004-09-09 00005 * Description : KIPI release ID header. 00006 * 00007 * Copyright 2004 by Gilles Caulier 00008 * 00009 * This program is free software; you can redistribute it 00010 * and/or modify it under the terms of the GNU General 00011 * Public License as published by the Free Software Foundation; 00012 * either version 2, or (at your option) 00013 * any later version. 00014 * 00015 * This program is distributed in the hope that it will be useful, 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 * GNU General Public License for more details. 00019 * 00020 * ============================================================ */ 00021 00022 00023 #ifndef KIPI_VERSION_H 00024 #define KIPI_VERSION_H 00025 00026 static const char kipi_version[] = "0.1.1"; 00027 00028 #endif // KIPI_VERSION_H 00029
1.4.4