From 412926768f41195dfd853cfa87648cf21ee3d223 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 22 Aug 2009 23:19:07 -0700 Subject: [PATCH] changed beta1 to beta2 --- configure.ac | 2 +- winboard/config.h | 4 ++-- winboard/install/installer/wb440.nsi | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 8b39396..6ccd5d3 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl| to regenerate configure. Then submit your changes to be folded into dnl| the standard version of xboard. dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j -AC_INIT([xboard],[4.4.0.beta1],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.0.beta2],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) diff --git a/winboard/config.h b/winboard/config.h index c9e4209..7757ece 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -46,13 +46,13 @@ #define PACKAGE_NAME "WinBoard" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "WinBoard 4.4.0.beta1" +#define PACKAGE_STRING "WinBoard 4.4.0.beta2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "winboard" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.4.0.beta1" +#define PACKAGE_VERSION "4.4.0.beta2" #define PTY_ITERATION diff --git a/winboard/install/installer/wb440.nsi b/winboard/install/installer/wb440.nsi index e5a6d46..890a4fe 100644 --- a/winboard/install/installer/wb440.nsi +++ b/winboard/install/installer/wb440.nsi @@ -17,7 +17,7 @@ ;-------------------------------- !define InstName "WinBoard" -!define InstVersion "4.4.0beta1" +!define InstVersion "4.4.0beta2" !define InstBaseDir "WinBoard-4.4.0" ;-------------------------------- @@ -26,7 +26,7 @@ Name "${InstName} ${InstVersion}" Caption "WinBoard - Chessboard For Windows" -OutFile "WinBoard-4.4.0beta1.exe" +OutFile "WinBoard-4.4.0beta2.exe" InstallDir $PROGRAMFILES\${InstBaseDir} SetCompressor lzma -- 1.7.0.4