From 4056cfec88e1f714e55204c9f0af11d83a5b3132 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Wed, 2 Jan 2008 06:50:26 +0000 Subject: [PATCH] set RELEASE="@BUILD_NUM@" --- VERSION | 14 ++------------ config.guess | 4 ++-- config.sub | 6 +++++- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index 780738f89..ef2a5f93b 100644 --- a/VERSION +++ b/VERSION @@ -7,18 +7,8 @@ FWB_MINOR_VERSION=1 FWB_MICRO_VERSION=99 VERSION=$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION -# -# release num. I use it to distinguish between pre-release builds and -# in rare situation when I need to produce replacement RPMs and do not -# want to change version number. -# -# Set it to "1" before publishing the release. -# - -RELEASE_NUM="1" -# RELEASE_NUM="`date +%Y%m%d`cvs" -# RELEASE_NUM="RC1" -# RELEASE_NUM="b" +# RELEASE="1" +RELEASE="@BUILD_NUM@" BETA="no" diff --git a/config.guess b/config.guess index 0f0fe712a..951383e35 100644 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-03-06' +timestamp='2007-05-17' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) + i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) diff --git a/config.sub b/config.sub index 5defff65a..c060f4483 100644 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-01-18' +timestamp='2007-04-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -683,6 +683,10 @@ case $basic_machine in basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;;