From 05b66bc5fbe44e744c3a56a8fada6841a2143976 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Wed, 24 Oct 2012 23:37:38 -0400 Subject: [PATCH] Version 4.80.1 Hack reversion to state this version, for this branched build. Adjust spec.xfpt. --- doc/doc-docbook/spec.xfpt | 6 +++--- src/scripts/reversion | 32 +++++++++++++++++--------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ae1f7df03..73dfe89c7 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -46,7 +46,7 @@ . ///////////////////////////////////////////////////////////////////////////// .set previousversion "4.75" -.set version "4.80" +.set version "4.80.1" .set ACL "access control lists (ACLs)" .set I "    " @@ -174,8 +174,8 @@ EximMaintainers EM - 4.80 - 17 May 2012 + 4.80.1 + 24 Oct 2012 EM 2012University of Cambridge diff --git a/src/scripts/reversion b/src/scripts/reversion index c4618868e..b023a2faf 100755 --- a/src/scripts/reversion +++ b/src/scripts/reversion @@ -32,21 +32,23 @@ fi # If this tree is a git working directory, use that to get version information. -if [ -d ../../.git ] || [ "$1" = "release" ] -then - # Modify the output of git describe into separate parts for - # the name "exim" and the release and variant versions. - # Put a dot in the version number and remove a spurious g. - set $(git describe --dirty=-XX --match 'exim-4*' | - sed 's|-| |;s|_|.|;s|[-_]| _|;s|-g|-|') - # Only update if we need to - if [ "$2 $3" != "$EXIM_RELEASE_VERSION $EXIM_VARIANT_VERSION" ] - then - EXIM_RELEASE_VERSION="$2" - EXIM_VARIANT_VERSION="$3" - rm -f version.h - fi -fi +#if [ -d ../../.git ] || [ "$1" = "release" ] +#then +# # Modify the output of git describe into separate parts for +# # the name "exim" and the release and variant versions. +# # Put a dot in the version number and remove a spurious g. +# set $(git describe --dirty=-XX --match 'exim-4*' | +# sed 's|-| |;s|_|.|;s|[-_]| _|;s|-g|-|') +# # Only update if we need to +# if [ "$2 $3" != "$EXIM_RELEASE_VERSION $EXIM_VARIANT_VERSION" ] +# then +# EXIM_RELEASE_VERSION="$2" +# EXIM_VARIANT_VERSION="$3" +# rm -f version.h +# fi +#fi +EXIM_RELEASE_VERSION="4.80.1" +EXIM_VARIANT_VERSION="" # If you are maintaining a patched version of Exim, you can either # create your own version.sh as part of your release process, or you -- 2.30.2