mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Version bump
This commit is contained in:
parent
bc4d4f6536
commit
de1a2a7b33
4
config.h
4
config.h
@ -7,13 +7,13 @@
|
|||||||
#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.2"
|
#define PACKAGE_VERSION "2.9.3"
|
||||||
#define XCHAT_REVISION "1521"
|
#define XCHAT_REVISION "1521"
|
||||||
#define HEXCHATLIBDIR "."
|
#define HEXCHATLIBDIR "."
|
||||||
#define HEXCHATSHAREDIR "."
|
#define HEXCHATSHAREDIR "."
|
||||||
#define OLD_PERL
|
#define OLD_PERL
|
||||||
#define GETTEXT_PACKAGE "hexchat"
|
#define GETTEXT_PACKAGE "hexchat"
|
||||||
#define PACKAGE_TARNAME "hexchat-2.9.2"
|
#define PACKAGE_TARNAME "hexchat-2.9.3"
|
||||||
#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.2],[http://www.hexchat.org/],[hexchat])
|
AC_INIT([HexChat],[2.9.3],[http://www.hexchat.org/],[hexchat])
|
||||||
|
|
||||||
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 +1 @@
|
|||||||
2.9.2
|
2.9.3
|
Loading…
Reference in New Issue
Block a user