aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-09-23 07:21:02 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-09-23 07:21:02 +0000
commit73b3230180e39bdd151086f8fa617ce7028d6734 (patch)
tree3689e73458c6e0aad9b6e8d73b497ce7c0b76b24 /lib/bind
parent67c80bd25bc4145cf69830dc8ba7eff2e562df3a (diff)
downloadsrc-73b3230180e39bdd151086f8fa617ce7028d6734.tar.gz
src-73b3230180e39bdd151086f8fa617ce7028d6734.zip
Bump version number after vendor import of 9.3.0.
Notes
Notes: svn path=/head/; revision=135604
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 9e3fc80ea221..685d3e0f8ba2 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -1,7 +1,7 @@
# $FreeBSD$
# BIND version number
-CFLAGS+= -DVERSION='"9.3.0rc4"'
+CFLAGS+= -DVERSION='"9.3.0"'
CFLAGS+= -DHAVE_CONFIG_H
@@ -15,7 +15,7 @@ SHLIB_MINOR= ${LIBINTERFACE}
CFLAGS+= -DLIBAGE=${LIBAGE}
.endif
-# GSSAPI support is incomplete in 9.3.0rc4
+# GSSAPI support is incomplete in 9.3.0
#.if !defined(NO_KERBEROS)
#CFLAGS+= -DGSSAPI
#.endif