diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 03:26:46 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 03:26:46 +0200 |
commit | 233a5ed35e8d64c0c119fafb1664eaa9f34e5363 (patch) | |
tree | 3fc66f53879c5c0c13f97781beb500f214199241 | |
parent | 5e4a60debe1c3643bcc455778e2ef7f6238c71c2 (diff) |
bump version number
-rw-r--r-- | build/xchat-wdk.skel.iss | 8 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss index 80aa66a4..8914e628 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1496 -AppVersion=14.96 -VersionInfoVersion=14.96 -OutputBaseFilename=XChat-WDK 1496 +AppVerName=XChat-WDK 1496-2 +AppVersion=14.96.2 +VersionInfoVersion=14.96.2 +OutputBaseFilename=XChat-WDK 1496-2 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 3e0302e0..63b5ccfd 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1496" +#define PACKAGE_VERSION "1496-2" #define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." |