Update version and revision info
This commit is contained in:
parent
bf98464d2d
commit
74ad736626
4
config.h
4
config.h
|
@ -7,8 +7,8 @@
|
|||
#define USE_IPV6
|
||||
#define HAVE_ISO_CODES
|
||||
#define PACKAGE_NAME "hexchat"
|
||||
#define PACKAGE_VERSION "2.9.0"
|
||||
#define XCHAT_REVISION "1515"
|
||||
#define PACKAGE_VERSION "2.9.1"
|
||||
#define XCHAT_REVISION "1520"
|
||||
#define HEXCHATLIBDIR "."
|
||||
#define HEXCHATSHAREDIR "."
|
||||
#define OLD_PERL
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([HexChat],[2.9.0],[http://www.hexchat.org/],[hexchat])
|
||||
AC_INIT([HexChat],[2.9.1],[http://www.hexchat.org/],[hexchat])
|
||||
|
||||
AC_PREREQ([2.60])
|
||||
AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny])
|
||||
|
@ -55,7 +55,7 @@ AH_VERBATIM([USING_LINUX],[#undef USING_LINUX])
|
|||
AH_VERBATIM([socklen_t],[#undef socklen_t])
|
||||
AH_VERBATIM([USE_DBUS],[#undef USE_DBUS])
|
||||
|
||||
AC_DEFINE([XCHAT_REVISION],["1515"],[XChat SVN Revision])
|
||||
AC_DEFINE([XCHAT_REVISION],["1520"],[XChat SVN Revision])
|
||||
|
||||
AC_PATH_PROG(sedpath, sed)
|
||||
if test "_$sedpath" = _; then
|
||||
|
|
Loading…
Reference in New Issue