;----------------------------------------------------------------------------- ; pce ;----------------------------------------------------------------------------- ;----------------------------------------------------------------------------- ; File name: src/config.inc.in ; Created: 2003-09-03 by Hampa Hug ; Copyright: (C) 2003-2025 Hampa Hug ;----------------------------------------------------------------------------- ;----------------------------------------------------------------------------- ; This program is free software. You can redistribute it and / or modify it ; under the terms of the GNU General Public License version 2 as published ; by the Free Software Foundation. ; ; This program is distributed in the hope that it will be useful, but ; WITHOUT ANY WARRANTY, without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ; Public License for more details. ;----------------------------------------------------------------------------- %ifndef PCE_CONFIG_INC %define PCE_CONFIG_INC 1 %define PCE_YEAR "2025" %define PCE_VERSION_MAJ @PCE_VERSION_MAJ@ %define PCE_VERSION_MIN @PCE_VERSION_MIN@ %define PCE_VERSION_MIC @PCE_VERSION_MIC@ %define PCE_VERSION_STR "@PCE_VERSION_STR@" %endif