diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 03:07:55 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 03:07:55 +0200 |
commit | 408a29d66af7f2102af39d7add20385c2f0f5e50 (patch) | |
tree | 53ebf8e4d7af9a6cde0507eef40e68bf85c7fae9 | |
parent | bddbb4581ef7aee4bf401bf3136086eda562c14d (diff) |
Version bump
-rw-r--r-- | config-win32.h | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/hexchat.1 | 4 | ||||
-rw-r--r-- | win32/version-xp.txt | 2 | ||||
-rw-r--r-- | win32/version.txt | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/config-win32.h b/config-win32.h index cc80b37a..611e7d35 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.4" +#define PACKAGE_VERSION "2.9.5" #define HEXCHATLIBDIR "." #define HEXCHATSHAREDIR "." #define OLD_PERL #define GETTEXT_PACKAGE "hexchat" -#define PACKAGE_TARNAME "hexchat-2.9.4" +#define PACKAGE_TARNAME "hexchat-2.9.5" #ifndef USE_IPV6 #define socklen_t int #endif diff --git a/configure.ac b/configure.ac index 0b0fe00d..017c27db 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.4]) +AC_INIT([HexChat],[2.9.5]) AC_PREREQ([2.60]) AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) diff --git a/man/hexchat.1 b/man/hexchat.1 index 0e0306b9..652880d6 100644 --- a/man/hexchat.1 +++ b/man/hexchat.1 @@ -1,6 +1,6 @@ -.TH HEXCHAT "1" "November 2012" "HexChat 2.9.4" "User Commands" +.TH HEXCHAT "1" "April 2013" "HexChat 2.9.5" "User Commands" .SH NAME -HexChat \- manual page for HexChat 2.9.4 +HexChat \- manual page for HexChat 2.9.5 .SH DESCRIPTION .SS "Usage:" .IP diff --git a/win32/version-xp.txt b/win32/version-xp.txt index d38c63d7..e3bed5e1 100644 --- a/win32/version-xp.txt +++ b/win32/version-xp.txt @@ -1 +1 @@ -2.9.4 \ No newline at end of file +2.9.5 \ No newline at end of file diff --git a/win32/version.txt b/win32/version.txt index d38c63d7..e3bed5e1 100644 --- a/win32/version.txt +++ b/win32/version.txt @@ -1 +1 @@ -2.9.4 \ No newline at end of file +2.9.5 \ No newline at end of file |