summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 19:46:36 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 19:46:36 +0100
commitebb157616fd3a8f984f8bd5fd3a22ddaf7d488a7 (patch)
tree357ca1cf65c2a94f104b6bb31622c377f589ea94
parentec62dc0626e32b9dbe72af9defd90ec09b070d2b (diff)
Version bump
-rw-r--r--config-win32.h4
-rw-r--r--configure.ac2
-rw-r--r--man/hexchat.14
-rw-r--r--version.txt2
4 files changed, 6 insertions, 6 deletions
diff --git a/config-win32.h b/config-win32.h
index dd99c730..e15b8ca4 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -7,12 +7,12 @@
 #define USE_IPV6
 #define HAVE_ISO_CODES
 #define PACKAGE_NAME "hexchat"
-#define PACKAGE_VERSION "2.9.3"
+#define PACKAGE_VERSION "2.9.4"
 #define HEXCHATLIBDIR "."
 #define HEXCHATSHAREDIR "."
 #define OLD_PERL
 #define GETTEXT_PACKAGE "hexchat"
-#define PACKAGE_TARNAME "hexchat-2.9.3"
+#define PACKAGE_TARNAME "hexchat-2.9.4"
 #ifndef USE_IPV6
 #define socklen_t int
 #endif
diff --git a/configure.ac b/configure.ac
index a7d1584f..94270e2d 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.3])
+AC_INIT([HexChat],[2.9.4])
 
 AC_PREREQ([2.60])
 AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
diff --git a/man/hexchat.1 b/man/hexchat.1
index b88ba60f..0e0306b9 100644
--- a/man/hexchat.1
+++ b/man/hexchat.1
@@ -1,6 +1,6 @@
-.TH HEXCHAT "1" "October 2012" "HexChat 2.9.3" "User Commands"

+.TH HEXCHAT "1" "November 2012" "HexChat 2.9.4" "User Commands"

 .SH NAME

-HexChat \- manual page for HexChat 2.9.3

+HexChat \- manual page for HexChat 2.9.4

 .SH DESCRIPTION

 .SS "Usage:"

 .IP

diff --git a/version.txt b/version.txt
index eafef0d4..d38c63d7 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-2.9.3
\ No newline at end of file
+2.9.4
\ No newline at end of file