~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to src/tool_version.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-08-20 13:54:01 UTC
  • mfrom: (3.4.30 sid)
  • Revision ID: package-import@ubuntu.com-20120820135401-5845kg6puoh2jcnh
Tags: 7.27.0-1ubuntu1
* Resynchronise with 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#define CURL_NAME "curl"
27
27
#define CURL_COPYRIGHT LIBCURL_COPYRIGHT
28
 
#define CURL_VERSION "7.26.0"
 
28
#define CURL_VERSION "7.27.0"
29
29
#define CURL_VERSION_MAJOR LIBCURL_VERSION_MAJOR
30
30
#define CURL_VERSION_MINOR LIBCURL_VERSION_MINOR
31
31
#define CURL_VERSION_PATCH LIBCURL_VERSION_PATCH