Skip to content

Commit

Permalink
curl 7.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 23, 2001
1 parent f88ff70 commit 16fe0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/curl/curl.h
Expand Up @@ -486,8 +486,8 @@ char *curl_escape(char *string, int length);
char *curl_unescape(char *string, int length);

/* This is the version number */
#define LIBCURL_VERSION "7.7.1"
#define LIBCURL_VERSION_NUM 0x070701
#define LIBCURL_VERSION "7.7.2"
#define LIBCURL_VERSION_NUM 0x070702

/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
#define CURL_VERSION "7.7.1"
#define CURL_VERSION "7.7.2"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "

0 comments on commit 16fe0c9

Please sign in to comment.