diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-25 13:52:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-25 13:52:16 +0000 |
commit | 3dff58b3aa14e2a6c0c3a0e35eb27da654288553 (patch) | |
tree | 6029001e8f4f590bfca573e063cb2af9d34fd68c /include | |
parent | abf8589f0d9b0c0a89e92ebfb50beab5fc94ebbd (diff) |
fix the version string as well
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 318628bd2..9b3790c20 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: */ |