diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 06:20:27 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-06-05 06:20:27 +0200 |
commit | 2e5752863f425118934675ede36396ad7d6be915 (patch) | |
tree | 908c0c303cd19bd5a5c706024dc61c1cd38d8db4 | |
parent | da3073e8f149be1da80b55a6a5b1acc6dec026f6 (diff) |
bump version number part 2
-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 8914e628..31617542 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1496-2 -AppVersion=14.96.2 -VersionInfoVersion=14.96.2 -OutputBaseFilename=XChat-WDK 1496-2 +AppVerName=XChat-WDK 1496-3 +AppVersion=14.96.3 +VersionInfoVersion=14.96.3 +OutputBaseFilename=XChat-WDK 1496-3 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 63b5ccfd..dd667777 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-2" +#define PACKAGE_VERSION "1496-3" #define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." |