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

« back to all changes in this revision

Viewing changes to src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___ 
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, 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: version.h,v 1.92 2004/03/24 07:27:58 bagder Exp $
 
23
 * $Id: version.h,v 1.94 2008-01-24 14:15:49 gknauf Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#include <curl/curlver.h>
27
27
 
28
28
#define CURL_NAME "curl"
29
 
#define CURL_VERSION "7.17.1"
 
29
#define CURL_COPYRIGHT LIBCURL_COPYRIGHT
 
30
#define CURL_VERSION "7.18.0"
30
31
#define CURL_VERSION_MAJOR LIBCURL_VERSION_MAJOR
31
32
#define CURL_VERSION_MINOR LIBCURL_VERSION_MINOR
32
33
#define CURL_VERSION_PATCH LIBCURL_VERSION_PATCH