4c1132f34493327abc632196f5876a89aa573687Bob Halley/*
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 1998-2001, 2004, 2005, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
4c1132f34493327abc632196f5876a89aa573687Bob Halley */
2785477bd36ea28ba3512310e75cb45568c35807Bob Halley
7829fad4093f2c1985b1efb7cea00287ff015d2bckb/* $Id: version.c,v 1.15.1234.1 2012/02/11 22:37:57 each Exp $ */
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein/*! \file */
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafsson#include <dns/version.h>
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafssonconst char dns_version[] = VERSION;
7829fad4093f2c1985b1efb7cea00287ff015d2bckbconst char dns_major[] = MAJOR;
c9611b45736af157e2993c6ef852e55e8e24ca83Evan Huntconst char dns_mapapi[] = MAPAPI;
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafsson
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafssonconst unsigned int dns_libinterface = LIBINTERFACE;
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafssonconst unsigned int dns_librevision = LIBREVISION;
dcfc52bbba3307901b9c01d4c54adb88d998243aAndreas Gustafssonconst unsigned int dns_libage = LIBAGE;