version.c revision dafcb997e390efa4423883dafd100c975c4095d6
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews/*
8688e7005afed694ca129d00d3cd73b32828804bTinderbox User * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * Copyright (C) 1998-2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * copyright notice and this permission notice appear in all copies.
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews *
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
83bb42c635951826825584fc9ee933496f5c8f3aFrancis Dupont * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt * PERFORMANCE OF THIS SOFTWARE.
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews */
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews/* $Id: version.c,v 1.11 2004/03/05 05:10:50 marka Exp $ */
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews#include <isc/version.h>
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrewsconst char isc_version[] = VERSION;
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntconst unsigned int isc_libinterface = LIBINTERFACE;
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrewsconst unsigned int isc_librevision = LIBREVISION;
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrewsconst unsigned int isc_libage = LIBAGE;
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews