From e58c2b80362a796997ef427c59bb2a59432e023d Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 29 Dec 2010 17:23:11 +0100 Subject: [PATCH] bump version number --- build/xchat-wdk.skel.iss | 8 ++++---- config.h | 2 +- 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 6e4267d4..83df9061 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1469-3 -AppVersion=14.69.3 -VersionInfoVersion=14.69.3 -OutputBaseFilename=XChat-WDK 1469-3 +AppVerName=XChat-WDK 1479 +AppVersion=14.79 +VersionInfoVersion=14.79 +OutputBaseFilename=XChat-WDK 1479 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 5de3d260..2e435ae2 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1469-3" +#define PACKAGE_VERSION "1479" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/version.txt b/version.txt index be3eeb32..b1de9893 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1469-3 \ No newline at end of file +1479 \ No newline at end of file