diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-26 00:14:53 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-26 00:14:53 +0100 |
commit | a8829868d5e0abbc8d5ad6d98fda6d6bf807b68b (patch) | |
tree | d11096a2eab17aed1c5efc468e13cccd12e39612 | |
parent | 036ffad8ed912fdff7e747a0d803ad54cc164ea7 (diff) |
bump version
-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 5648c1d9..48224e4d 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1486 -AppVersion=14.86 -VersionInfoVersion=14.86 -OutputBaseFilename=XChat-WDK 1486 +AppVerName=XChat-WDK 1489 +AppVersion=14.89 +VersionInfoVersion=14.89 +OutputBaseFilename=XChat-WDK 1489 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 7c5f0b77..27429480 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1486" +#define PACKAGE_VERSION "1489" #define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." diff --git a/version.txt b/version.txt index 6634f710..74eeb814 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1486 \ No newline at end of file +1489 \ No newline at end of file |