core/exim/exim-compile_number.patch

22 lines
794 B
Diff
Raw Normal View History

diff -rupN exim-4.83.orig/OS/Makefile-Base exim-4.83/OS/Makefile-Base
--- exim-4.83.orig/OS/Makefile-Base 2014-07-23 15:39:50.700697125 +0200
+++ exim-4.83/OS/Makefile-Base 2014-07-23 15:41:06.597953279 +0200
@@ -457,7 +457,7 @@ PHDRS = ../config.h ../dbfunctions.h ../
2012-05-31 16:27:26 +02:00
# Update Exim's version information and build the version object.
-version.h::
+version.h:
@../scripts/reversion
cnumber.h: version.h
diff -rupN exim-4.83.orig/src/version.sh exim-4.83/src/version.sh
--- exim-4.83.orig/src/version.sh 2014-07-23 15:39:50.650698931 +0200
+++ exim-4.83/src/version.sh 2014-07-23 15:41:59.726032700 +0200
2012-05-31 16:27:26 +02:00
@@ -1,4 +1,4 @@
# automatically generated file - see ../scripts/reversion
EXIM_RELEASE_VERSION="4.83"
EXIM_VARIANT_VERSION=""
2012-05-31 16:27:26 +02:00
-EXIM_COMPILE_NUMBER="1"
+EXIM_COMPILE_NUMBER="0"