bind9/lib/dns/version.c

19 lines
532 B
C
Raw Normal View History

1999-03-05 23:12:06 -05:00
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
1999-03-05 23:12:06 -05:00
*/
1998-12-11 15:26:40 -05:00
/*! \file */
2000-06-22 18:00:42 -04:00
#include <dns/version.h>
1999-07-03 17:07:10 -04:00
const char dns_version[] = VERSION;
const char dns_major[] = MAJOR;
const char dns_mapapi[] = MAPAPI;