diff --git a/config.h b/config.h index 8b728cc999b0f2417a9cdf62483ca5d38b09240d..027f955643967a05d406a915ba51e236b81f0481 100644 --- a/config.h +++ b/config.h @@ -7,13 +7,13 @@ #define USE_IPV6 #define HAVE_ISO_CODES #define PACKAGE_NAME "hexchat" -#define PACKAGE_VERSION "2.9.1" +#define PACKAGE_VERSION "2.9.2" #define XCHAT_REVISION "1521" #define HEXCHATLIBDIR "." #define HEXCHATSHAREDIR "." #define OLD_PERL #define GETTEXT_PACKAGE "hexchat" -#define PACKAGE_TARNAME "hexchat-2.9.1" +#define PACKAGE_TARNAME "hexchat-2.9.2" #ifndef USE_IPV6 #define socklen_t int #endif diff --git a/configure.in b/configure.in index 76ff7e883be29373a20dec649bd8b6815b8cd78a..66f082494fe281a05e0ba0cf62916122d3e7dd8a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([HexChat],[2.9.1],[http://www.hexchat.org/],[hexchat]) +AC_INIT([HexChat],[2.9.2],[http://www.hexchat.org/],[hexchat]) AC_PREREQ([2.60]) AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) diff --git a/version.txt b/version.txt index 38d56e5e0c787e220d0739fa3388972677dc5810..391e98560bb3406b44db86bfda602a7452af0ef9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.9.1 \ No newline at end of file +2.9.2 \ No newline at end of file