summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-11-06 14:01:51 +0000
committerTrent Lloyd <lathiat@bur.st>2006-11-06 14:01:51 +0000
commit71ef4b773ae4cc737dde645b76b8ffa0ace227e5 (patch)
tree3db0c9a7a95507f9bea6b1bfb2feaeaebafe5dbb /configure.ac
parent25681df85706bbdc5d6ad011537b7b4f7d05cae5 (diff)
Fix a bug where Avahi does not verify the source of netlink messages
(Closes #69) Update NEWS/configure for 0.6.15 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1331 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0acb7dc..fe26066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# USA.
AC_PREREQ(2.57)
-AC_INIT([avahi],[0.6.14],[avahi (at) lists (dot) freedesktop (dot) org])
+AC_INIT([avahi],[0.6.15],[avahi (at) lists (dot) freedesktop (dot) org])
AC_CONFIG_SRCDIR([avahi-core/server.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])