diff options
-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 0deb017a..503127fc 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1479-2 -AppVersion=14.79.2 -VersionInfoVersion=14.79.2 -OutputBaseFilename=XChat-WDK 1479-2 +AppVerName=XChat-WDK 1486 +AppVersion=14.86 +VersionInfoVersion=14.86 +OutputBaseFilename=XChat-WDK 1486 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 a091df89..7c5f0b77 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1479-2" +#define PACKAGE_VERSION "1486" #define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." diff --git a/version.txt b/version.txt index c89fc5b0..6634f710 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1479-2 \ No newline at end of file +1486 \ No newline at end of file |