X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9960cc94c50b1d76e8e59ba34db7c3c9f9c32cdd..44e6a470d67a42234f72cc96d62bebea2b64e6c2:/configure.ac diff --git a/configure.ac b/configure.ac index b087573..c5219ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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.1.0-dev]) +AC_INIT([shadowircd],[6.2.0]) AC_CONFIG_HEADER(include/setup.h) @@ -862,7 +862,7 @@ dnl so enable small net unless you really need this much support fi AC_ARG_WITH(nicklen, -AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 15, max 50)]), +AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 31, max 50)]), [ if ! expr "$withval" + 0 >/dev/null 2>&1; then AC_ERROR([NICKLEN must be a numeric value])