~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: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

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.3"
 
33
#define LIBCURL_VERSION "7.21.4"
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 3
 
39
#define LIBCURL_VERSION_PATCH 4
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 0x071503
 
56
#define LIBCURL_VERSION_NUM 0x071504
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 Dec 15 14:07:08 UTC 2010"
 
67
#define LIBCURL_TIMESTAMP "Thu Feb 17 12:19:40 UTC 2011"
68
68
 
69
69
#endif /* __CURL_CURLVER_H */