diff config.h.mingw @ 21045:daf98e539358

Maintain VERSION and DISPLAY_VERSION defines in config.h for the mingw build instead of plopping it on the command line.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 29 Oct 2007 02:46:25 +0000
parents a8d6f071eb6d
children 6e0c99e134c2
line wrap: on
line diff
--- a/config.h.mingw	Mon Oct 29 00:19:53 2007 +0000
+++ b/config.h.mingw	Mon Oct 29 02:46:25 2007 +0000
@@ -377,7 +377,8 @@
 /* #define USE_SM 1 */
 
 /* Version number of package */
-/* #define VERSION "2.0.0dev" */
+#define VERSION "@VERSION@"
+#define DISPLAY_VERSION "@VERSION@"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */