From de1a2a7b3329ee5ef82a6b7857445e568ae752a6 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 14 Oct 2012 00:58:54 +0200 Subject: [PATCH] Version bump --- config.h | 4 ++-- configure.ac | 2 +- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 027f9556..edcbc0fe 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.2" +#define PACKAGE_VERSION "2.9.3" #define XCHAT_REVISION "1521" #define HEXCHATLIBDIR "." #define HEXCHATSHAREDIR "." #define OLD_PERL #define GETTEXT_PACKAGE "hexchat" -#define PACKAGE_TARNAME "hexchat-2.9.2" +#define PACKAGE_TARNAME "hexchat-2.9.3" #ifndef USE_IPV6 #define socklen_t int #endif diff --git a/configure.ac b/configure.ac index 6e5d8d90..7c241894 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([HexChat],[2.9.2],[http://www.hexchat.org/],[hexchat]) +AC_INIT([HexChat],[2.9.3],[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 391e9856..eafef0d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.9.2 \ No newline at end of file +2.9.3 \ No newline at end of file