Bump Version to 2.9.6
This commit is contained in:
parent
a2eb3325ce
commit
a71849db3f
|
@ -7,12 +7,12 @@
|
||||||
#define USE_IPV6
|
#define USE_IPV6
|
||||||
#define HAVE_ISO_CODES
|
#define HAVE_ISO_CODES
|
||||||
#define PACKAGE_NAME "hexchat"
|
#define PACKAGE_NAME "hexchat"
|
||||||
#define PACKAGE_VERSION "2.9.5"
|
#define PACKAGE_VERSION "2.9.6"
|
||||||
#define HEXCHATLIBDIR ".\\plugins"
|
#define HEXCHATLIBDIR ".\\plugins"
|
||||||
#define HEXCHATSHAREDIR "."
|
#define HEXCHATSHAREDIR "."
|
||||||
#define OLD_PERL
|
#define OLD_PERL
|
||||||
#define GETTEXT_PACKAGE "hexchat"
|
#define GETTEXT_PACKAGE "hexchat"
|
||||||
#define PACKAGE_TARNAME "hexchat-2.9.5"
|
#define PACKAGE_TARNAME "hexchat-2.9.6"
|
||||||
#ifndef USE_IPV6
|
#ifndef USE_IPV6
|
||||||
#define socklen_t int
|
#define socklen_t int
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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_PREREQ([2.60])
|
||||||
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
|
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
HexChat \- IRC Client
|
HexChat \- IRC Client
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.9.5
|
2.9.6
|
Loading…
Reference in New Issue