From 93c53424c813e1c177b6b35057adeac0f71b86ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 May 2001 18:16:24 +0000 Subject: cleanup commit for new autoconf+automake+libtool versions --- src/config-win32.h | 5 +---- src/config.h.in | 3 --- src/version.h | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/config-win32.h b/src/config-win32.h index 116c93509..e59b54fba 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -1,7 +1,4 @@ -/* src/config.h. Generated automatically by configure. */ -/* Define if you have the strcasecmp function. */ -/*#define HAVE_STRCASECMP 1*/ - +/* src/config-win32.h. manually created to look like a config.h. */ /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 diff --git a/src/config.h.in b/src/config.h.in index 3250e1852..62a020518 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,7 +1,4 @@ /* src/config.h. Generated automatically by configure. */ -/* Define if you have the strcasecmp function. */ -#undef HAVE_STRCASECMP - /* Define cpu-machine-OS */ #undef OS diff --git a/src/version.h b/src/version.h index 22390f2f7..75e2583ed 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.7.3" +#define CURL_VERSION "7.7.4-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " -- cgit v1.2.3