From: Daniel Stenberg Date: Mon, 25 Jun 2007 13:52:16 +0000 (+0000) Subject: fix the version string as well X-Git-Tag: curl-7_16_4~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dff58b3aa14e2a6c0c3a0e35eb27da654288553;p=thirdparty%2Fcurl.git fix the version string as well --- diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 318628bd20..9b3790c200 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -28,7 +28,7 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.16.3-CVS" +#define LIBCURL_VERSION "7.16.4-CVS" /* The numeric version number is also available "in parts" by using these defines: */