diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 20:22:12 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 20:22:12 +0200 |
commit | 9b139fb49f4dee3acdfb77a756d51b7a9f84e6ca (patch) | |
tree | b1aae02b179c736359eb5276b07efba8c5deae68 | |
parent | 24e06f19036bacbfbeba908988c73456586cc641 (diff) |
Update revision numbers
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h index 291eae42..90e23396 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ #define HAVE_ISO_CODES #define PACKAGE_NAME "hexchat" #define PACKAGE_VERSION "2.9.0" -#define XCHAT_REVISION "1508" +#define XCHAT_REVISION "1515" #define HEXCHATLIBDIR "." #define HEXCHATSHAREDIR "." #define OLD_PERL diff --git a/configure.in b/configure.in index 0890d235..91ce69dc 100644 --- a/configure.in +++ b/configure.in @@ -54,7 +54,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],["1508"],[XChat SVN Revision]) +AC_DEFINE([XCHAT_REVISION],["1515"],[XChat SVN Revision]) AC_PATH_PROG(sedpath, sed) if test "_$sedpath" = _; then |