core/exim/exim-compile_number.patch
2014-05-28 19:53:07 +02:00

22 lines
730 B
Diff

diff -Nru exim-4.82.orig/OS/Makefile-Base exim-4.82/OS/Makefile-Base
--- exim-4.82.orig/OS/Makefile-Base 2013-10-28 15:29:04.754760862 +0100
+++ exim-4.82/OS/Makefile-Base 2013-10-28 15:29:52.016435763 +0100
@@ -457,7 +457,7 @@
# Update Exim's version information and build the version object.
-version.h::
+version.h:
@../scripts/reversion
cnumber.h: version.h
--- exim-4.82.1.orig/src/version.sh 2014-05-28 19:30:19.828197324 +0200
+++ exim-4.82.1/src/version.sh 2014-05-28 19:50:48.119490963 +0200
@@ -1,4 +1,4 @@
# automatically generated file - see ../scripts/reversion
EXIM_RELEASE_VERSION="4.82"
-EXIM_VARIANT_VERSION="_1-5b7a7c0-XX"
-EXIM_COMPILE_NUMBER="1"
+EXIM_VARIANT_VERSION=".1"
+EXIM_COMPILE_NUMBER="0"