diff options
author | TingPing <tingping@tingping.se> | 2013-09-11 18:18:19 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-11 18:18:19 -0400 |
commit | a71849db3f0531dc0f0b1facb453b75afd84ba91 (patch) | |
tree | 327b732908b313327be258575939da9a9fb2c512 | |
parent | a2eb3325ce90388ccbb514b727891d823487e9bb (diff) |
Bump Version to 2.9.6
-rw-r--r-- | config-win32.h | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/hexchat.1 | 2 | ||||
-rw-r--r-- | win32/version.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/config-win32.h b/config-win32.h index d397ad81..4ceeaa5e 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.5" +#define PACKAGE_VERSION "2.9.6" #define HEXCHATLIBDIR ".\\plugins" #define HEXCHATSHAREDIR "." #define OLD_PERL #define GETTEXT_PACKAGE "hexchat" -#define PACKAGE_TARNAME "hexchat-2.9.5" +#define PACKAGE_TARNAME "hexchat-2.9.6" #ifndef USE_IPV6 #define socklen_t int #endif diff --git a/configure.ac b/configure.ac index 4e47cf7e..8f3923bd 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.5]) +AC_INIT([HexChat],[2.9.6]) AC_PREREQ([2.60]) AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) diff --git a/man/hexchat.1 b/man/hexchat.1 index f6894b87..4208238d 100644 --- a/man/hexchat.1 +++ b/man/hexchat.1 @@ -1,4 +1,4 @@ -.TH HEXCHAT "1" "April 2013" "HexChat 2.9.5" "User Commands" +.TH HEXCHAT "1" "April 2013" "HexChat 2.9.6" "User Commands" .SH NAME HexChat \- IRC Client .SH DESCRIPTION diff --git a/win32/version.txt b/win32/version.txt index e3bed5e1..daf077f9 100644 --- a/win32/version.txt +++ b/win32/version.txt @@ -1 +1 @@ -2.9.5 \ No newline at end of file +2.9.6 \ No newline at end of file |