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

« back to all changes in this revision

Viewing changes to include/curl/curlver.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2009, 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
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.37 2008-03-30 09:22:22 bagder Exp $
 
23
 * $Id: curlver.h,v 1.45 2009-01-19 10:11:25 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
/* This header file contains nothing but libcurl version info, generated by
27
27
   a script at release-time. This was made its own header file in 7.11.2 */
28
28
 
29
29
/* This is the global package copyright */
30
 
#define LIBCURL_COPYRIGHT "1996 - 2008 Daniel Stenberg, <daniel@haxx.se>."
 
30
#define LIBCURL_COPYRIGHT "1996 - 2009 Daniel Stenberg, <daniel@haxx.se>."
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.18.2"
 
34
#define LIBCURL_VERSION "7.19.4"
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
 
#define LIBCURL_VERSION_MINOR 18
40
 
#define LIBCURL_VERSION_PATCH 2
 
39
#define LIBCURL_VERSION_MINOR 19
 
40
#define LIBCURL_VERSION_PATCH 4
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 0x071202
 
57
#define LIBCURL_VERSION_NUM 0x071304
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 "Wed Jun  4 15:38:39 UTC 2008"
 
68
#define LIBCURL_TIMESTAMP "Mon Mar  2 23:06:35 UTC 2009"
69
69
 
70
70
#endif /* __CURL_CURLVER_H */