summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-10-24 23:37:38 -0400
committerPhil Pennock <pdp@exim.org>2012-10-24 23:37:38 -0400
commit05b66bc5fbe44e744c3a56a8fada6841a2143976 (patch)
treef1acf9250ce7266a76ae91b0da10851429c44905
parent4263f395efd136dece52d765dfcff3c96f17506e (diff)
downloadexim4-exim-4_80_1.tar.gz
Version 4.80.1exim-4_80_1
Hack reversion to state this version, for this branched build. Adjust spec.xfpt.
-rw-r--r--doc/doc-docbook/spec.xfpt6
-rwxr-xr-xsrc/scripts/reversion32
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 "&nbsp;&nbsp;&nbsp;&nbsp;"
@@ -174,8 +174,8 @@
<author><firstname>Exim</firstname><surname>Maintainers</surname></author>
<authorinitials>EM</authorinitials>
<revhistory><revision>
- <revnumber>4.80</revnumber>
- <date>17 May 2012</date>
+ <revnumber>4.80.1</revnumber>
+ <date>24 Oct 2012</date>
<authorinitials>EM</authorinitials>
</revision></revhistory>
<copyright><year>2012</year><holder>University of Cambridge</holder></copyright>
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