From 726aedd72a60c0fd44e7da87b2d02a6377fd408c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 15 Jul 2009 23:16:19 -0700 Subject: [PATCH] changed version to 4.4.0.beta1 --- configure.ac | 2 +- winboard/WB4Jaws.dev | 4 ++-- winboard/config.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 97c2d00..0ec602d 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.0k],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.0.beta1],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) diff --git a/winboard/WB4Jaws.dev b/winboard/WB4Jaws.dev index 8a07cbb..281f06c 100644 --- a/winboard/WB4Jaws.dev +++ b/winboard/WB4Jaws.dev @@ -236,14 +236,14 @@ Build=0 LanguageID=1033 CharsetID=1252 CompanyName=GNU Project -FileVersion=4.4.0k +FileVersion=4.4.0.beta1 FileDescription=Winboard 32-bit GUI for chess (Includes support for JAWS screen reader) InternalName=winboard.exe LegalCopyright=GPLv3 Copyright © 2009 LegalTrademarks= OriginalFilename=winboard.exe ProductName=Winboard -ProductVersion=4.4.0k +ProductVersion=4.4.0.beta1 AutoIncBuildNr=0 [Unit21] diff --git a/winboard/config.h b/winboard/config.h index 5b61675..c9e4209 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.0k" +#define PACKAGE_STRING "WinBoard 4.4.0.beta1" /* 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.0k" +#define PACKAGE_VERSION "4.4.0.beta1" #define PTY_ITERATION -- 1.7.0.4