diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-09 14:12:04 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-09 14:12:04 +0200 |
commit | 24dc7412cf2b9938c2d20a2796cf1199378047c8 (patch) | |
tree | b5b41f306824eebe8d4f0562bd7a4b690367c8f0 | |
parent | 162fc1ead323cef91079ba5be9f47d99b3ca39d4 (diff) |
bump version to 1496-6
-rw-r--r-- | build/xchat-wdk.skel.iss | 8 | ||||
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | version.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss index da65c3ad..0b68def1 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1496-5 -AppVersion=14.96.5 -VersionInfoVersion=14.96.5 -OutputBaseFilename=XChat-WDK 1496-5 +AppVerName=XChat-WDK 1496-6 +AppVersion=14.96.6 +VersionInfoVersion=14.96.6 +OutputBaseFilename=XChat-WDK 1496-6 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny diff --git a/config.h b/config.h index c9ffe5d9..80bbc5d2 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ #define USE_LIBSEXY #define HAVE_ISO_CODES #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1496-5" +#define PACKAGE_VERSION "1496-6" #define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." diff --git a/version.txt b/version.txt index d73cfcda..b5b4b0c7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1496-5 \ No newline at end of file +1496-6 \ No newline at end of file |