diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-15 12:32:45 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-15 12:32:45 +0200 |
commit | 74ad73662658c63bdbf06867c20f71f8649e2492 (patch) | |
tree | 59ed6af7e444e88a5d4a549c0d2e36b02bf9320e | |
parent | bf98464d2ddfb683bc729e9199e241933c9ba929 (diff) |
Update version and revision info
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h index 90e23396..2a0d8541 100644 --- a/config.h +++ b/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 diff --git a/configure.in b/configure.in index 0e0bcec3..a65823fa 100644 --- a/configure.in +++ b/configure.in @@ -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 |