about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Config')
-rw-r--r--Config/defs.mk1
-rw-r--r--Config/version.mk4
2 files changed, 3 insertions, 2 deletions
diff --git a/Config/defs.mk b/Config/defs.mk
index e0294f0de..65d19313e 100644
--- a/Config/defs.mk
+++ b/Config/defs.mk
@@ -44,6 +44,7 @@ mandir          = @mandir@
 
 # compilation
 CC              = @CC@
+CPP             = @CPP@
 CPPFLAGS        = @CPPFLAGS@
 DEFS            = @DEFS@
 CFLAGS          = @CFLAGS@
diff --git a/Config/version.mk b/Config/version.mk
index ccaf45fae..675dede6e 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
 # This must also serve as a shell script, so do not add spaces around the
 # `=' signs.
 
-VERSION=3.1.5-pws-7
-VERSION_DATE='February 5, 1999'
+VERSION=3.1.5-pws-8
+VERSION_DATE='February 13, 1999'