diff config.h.mingw @ 21298:008cfc009d0e

Allow win32 builds to define EXTRAVERSION in local.mak to do the equivalent to what ./configure --with-extraversion=foo does elsewhere
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Nov 2007 15:55:29 +0000
parents 6e0c99e134c2
children c38d72677c8a
line wrap: on
line diff
--- a/config.h.mingw	Sat Nov 10 15:49:57 2007 +0000
+++ b/config.h.mingw	Sat Nov 10 15:55:29 2007 +0000
@@ -378,7 +378,7 @@
 
 /* Version number of package */
 #define VERSION "@VERSION@"
-#define DISPLAY_VERSION "@VERSION@"
+#define DISPLAY_VERSION "@DISPLAY_VERSION@"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */