/* $Id$ */ /*- * Copyright (c) 2003-2006 Benedikt Meurer * All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library 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 * Library General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA */ /** * SECTION: libxfce4util-config * @title: Version Information * @short_description: Variables and functions to check the libxfce4util version * @see_also: https://developer.gnome.org/glib/stable/glib-Standard-Macros.html * * These macros provide a few commonly-used features. */ #ifdef HAVE_CONFIG_H #include #endif #include #include const guint libxfce4util_major_version = LIBXFCE4UTIL_MAJOR_VERSION; const guint libxfce4util_minor_version = LIBXFCE4UTIL_MINOR_VERSION; const guint libxfce4util_micro_version = LIBXFCE4UTIL_MICRO_VERSION; #define __LIBXFCE4UTIL_CONFIG_C__ #include