~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to include/curl/curlver.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

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.29.0"
 
33
#define LIBCURL_VERSION "7.30.0"
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
 
#define LIBCURL_VERSION_MINOR 29
 
38
#define LIBCURL_VERSION_MINOR 30
39
39
#define LIBCURL_VERSION_PATCH 0
40
40
 
41
41
/* This is the numeric version of the libcurl version number, meant for easier
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 0x071d00
 
56
#define LIBCURL_VERSION_NUM 0x071e00
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 Feb  6 10:13:08 UTC 2013"
 
67
#define LIBCURL_TIMESTAMP "Fri Apr 12 07:12:20 UTC 2013"
68
68
 
69
69
#endif /* __CURL_CURLVER_H */