diff options
author | Yang Tse <yangsita@gmail.com> | 2012-01-25 11:27:39 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-01-25 11:27:39 +0100 |
commit | 93e344bbf49a970d5c0a4d6d7393e44e6e4f3e5b (patch) | |
tree | 67c68bdf4ba41fe9b7c09cf74a54d32bfc0878d7 /include | |
parent | 75b6f7d9efae9f952f32e73625c1b6fab963f7ad (diff) |
version: start working on 7.24.1-DEV
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index bc6ca64ca..0c0d9bd29 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -30,13 +30,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.24.0-DEV" +#define LIBCURL_VERSION "7.24.1-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 24 -#define LIBCURL_VERSION_PATCH 0 +#define LIBCURL_VERSION_PATCH 1 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will @@ -53,7 +53,7 @@ and it is always a greater number in a more recent release. It makes comparisons with greater than and less than work. */ -#define LIBCURL_VERSION_NUM 0x071800 +#define LIBCURL_VERSION_NUM 0x071801 /* * This is the date and time when the full source package was created. The |