~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to include/curl/curlver.h

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-05-22 14:53:29 UTC
  • mfrom: (3.4.28 sid)
  • Revision ID: package-import@ubuntu.com-20120522145329-hbf1n3zr7qh08qab
Tags: 7.25.0-1ubuntu1
* Merge from Debian testing (LP: #1003049).  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
  - Also closes (LP: #855291)
* debian/patches/CVE-2012-0036.patch: Dropped. CVE resolved upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
26
26
   a script at release-time. This was made its own header file in 7.11.2 */
27
27
 
28
28
/* This is the global package copyright */
29
 
#define LIBCURL_COPYRIGHT "1996 - 2011 Daniel Stenberg, <daniel@haxx.se>."
 
29
#define LIBCURL_COPYRIGHT "1996 - 2012 Daniel Stenberg, <daniel@haxx.se>."
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.22.0"
 
33
#define LIBCURL_VERSION "7.25.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 22
 
38
#define LIBCURL_VERSION_MINOR 25
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 0x071600
 
56
#define LIBCURL_VERSION_NUM 0x071900
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 "Tue Sep 13 16:53:51 UTC 2011"
 
67
#define LIBCURL_TIMESTAMP "Thu Mar 22 18:49:32 UTC 2012"
68
68
 
69
69
#endif /* __CURL_CURLVER_H */