~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to include/curl/curlver.h

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
/* This is the version number of the libcurl package from which this header
32
32
   file origins: */
33
 
#define LIBCURL_VERSION "7.21.1"
 
33
#define LIBCURL_VERSION "7.21.2"
34
34
 
35
35
/* The numeric version number is also available "in parts" by using these
36
36
   defines: */
37
37
#define LIBCURL_VERSION_MAJOR 7
38
38
#define LIBCURL_VERSION_MINOR 21
39
 
#define LIBCURL_VERSION_PATCH 1
 
39
#define LIBCURL_VERSION_PATCH 2
40
40
 
41
41
/* This is the numeric version of the libcurl version number, meant for easier
42
42
   parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
53
53
   and it is always a greater number in a more recent release. It makes
54
54
   comparisons with greater than and less than work.
55
55
*/
56
 
#define LIBCURL_VERSION_NUM 0x071501
 
56
#define LIBCURL_VERSION_NUM 0x071502
57
57
 
58
58
/*
59
59
 * This is the date and time when the full source package was created. The
64
64
 *
65
65
 * "Mon Feb 12 11:35:33 UTC 2007"
66
66
 */
67
 
#define LIBCURL_TIMESTAMP "Wed Aug 11 21:35:21 UTC 2010"
 
67
#define LIBCURL_TIMESTAMP "Tue Oct 12 22:03:31 UTC 2010"
68
68
 
69
69
#endif /* __CURL_CURLVER_H */