diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-26 16:42:01 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-26 16:42:01 +0200 |
commit | 4be9981bfc8c74018224f2b3339ba0aa555b7c3d (patch) | |
tree | 60681b12b0cf1997da5ceb2dbe84528dad1e61eb | |
parent | 28fa51d48b986888e148c88cb979c3fbbe0d978a (diff) |
update version number
-rw-r--r-- | build/xchat-wdk.iss | 8 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 6d17812a..fe96dfa9 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK r1462 -AppVersion=14.62 -VersionInfoVersion=14.62 -OutputBaseFilename=XChat-WDK r1462 +AppVerName=XChat-WDK r1464 +AppVersion=14.64 +VersionInfoVersion=14.64 +OutputBaseFilename=XChat-WDK r1464 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 bf964ac2..f3ec915b 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define USE_GTKSPELL #endif*/ #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "r1462" +#define PACKAGE_VERSION "r1464" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL |