]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
XLINE: Do not cluster unxlines ON specific servers.
[irc/rqf/shadowircd.git] / configure.ac
index 89b91a501829b0e02e5bcc4bf89cc6ff17ce58e4..fad4c705d63822342cf5cc279918dce511c323aa 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ(2.57)
 dnl Sneaky way to get an Id tag into the configure script
 AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $])
 
-AC_INIT([shadowircd],[6.0.0-dev])
+AC_INIT([shadowircd],[6.1.0-dev])
 
 AC_CONFIG_HEADER(include/setup.h)
 
@@ -873,7 +873,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 1
   else
        NICKLEN="$withval"
   fi
-], [NICKLEN=15])
+], [NICKLEN=31])
 
 AC_ARG_WITH(topiclen,           
 AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]),