From 721b05e3436884fc1e1b55f211e7fa4251d92a2a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Feb 2002 13:46:53 +0000 Subject: Nico Baggus' VMS tweaks --- src/setup.h | 4 ++++ src/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/setup.h b/src/setup.h index 50537d071..a6c45bf17 100644 --- a/src/setup.h +++ b/src/setup.h @@ -32,7 +32,11 @@ #endif #ifdef HAVE_CONFIG_H +#ifdef VMS +#include "../config-vms.h" +#else #include "config.h" /* the configure script results */ +#endif #else #ifdef WIN32 /* include the hand-modified win32 adjusted config.h! */ diff --git a/src/version.h b/src/version.h index ef640f0a3..5ef4fafce 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.4" +#define CURL_VERSION "7.9.5-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " -- cgit v1.2.3