From 047d0992c18ff74232237d82deeb9f34dffec774 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Wed, 28 May 2014 15:40:41 -0700 Subject: [PATCH] Start work on irchighway specific changes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5d5960..6e7b74e 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([2014 elemental-ircd Team]) -AC_INIT([elemental-ircd],[6.5.1]) +AC_INIT([elemental-ircd+ihw],[6.5.2]) AC_CONFIG_HEADER(include/setup.h)