22 lines
751 B
Diff
22 lines
751 B
Diff
diff -Nru exim-4.85.orig/OS/Makefile-Base exim-4.85/OS/Makefile-Base
|
|
--- exim-4.85.orig/OS/Makefile-Base 2015-01-18 14:47:46.505496651 +0100
|
|
+++ exim-4.85/OS/Makefile-Base 2015-01-18 14:50:45.929003558 +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
|
|
diff -Nru exim-4.85.orig/src/version.sh exim-4.85/src/version.sh
|
|
--- exim-4.85.orig/src/version.sh 2015-01-18 14:47:46.498830230 +0100
|
|
+++ exim-4.85/src/version.sh 2015-01-18 14:50:45.929003558 +0100
|
|
@@ -1,4 +1,4 @@
|
|
# automatically generated file - see ../scripts/reversion
|
|
EXIM_RELEASE_VERSION="4.85"
|
|
EXIM_VARIANT_VERSION=""
|
|
-EXIM_COMPILE_NUMBER="1"
|
|
+EXIM_COMPILE_NUMBER="0"
|