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