~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to include/curl/curlver.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-26 18:58:51 UTC
  • mfrom: (3.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090526185851-t1gun9nboi5kbd9u
Tags: 7.19.5-1ubuntu1
* Merge from Debian unstable (LP: #380281), remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* Fixes LP: #379477

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: curlver.h,v 1.45 2009-01-19 10:11:25 bagder Exp $
 
23
 * $Id: curlver.h,v 1.46 2009-03-02 23:44:43 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
/* This header file contains nothing but libcurl version info, generated by
31
31
 
32
32
/* This is the version number of the libcurl package from which this header
33
33
   file origins: */
34
 
#define LIBCURL_VERSION "7.19.4"
 
34
#define LIBCURL_VERSION "7.19.5"
35
35
 
36
36
/* The numeric version number is also available "in parts" by using these
37
37
   defines: */
38
38
#define LIBCURL_VERSION_MAJOR 7
39
39
#define LIBCURL_VERSION_MINOR 19
40
 
#define LIBCURL_VERSION_PATCH 4
 
40
#define LIBCURL_VERSION_PATCH 5
41
41
 
42
42
/* This is the numeric version of the libcurl version number, meant for easier
43
43
   parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
54
54
   and it is always a greater number in a more recent release. It makes
55
55
   comparisons with greater than and less than work.
56
56
*/
57
 
#define LIBCURL_VERSION_NUM 0x071304
 
57
#define LIBCURL_VERSION_NUM 0x071305
58
58
 
59
59
/*
60
60
 * This is the date and time when the full source package was created. The
65
65
 *
66
66
 * "Mon Feb 12 11:35:33 UTC 2007"
67
67
 */
68
 
#define LIBCURL_TIMESTAMP "Mon Mar  2 23:06:35 UTC 2009"
 
68
#define LIBCURL_TIMESTAMP "Mon May 18 07:07:11 UTC 2009"
69
69
 
70
70
#endif /* __CURL_CURLVER_H */