~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to include/libtorrent/version.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2010-08-10 12:59:37 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810125937-jbcmmf17y8yo9hgz
Tags: 0.15.0-0ubuntu1
* New upstream version.
* debian/patches/100_fix_html_docs.patch: refreshed.
* debian/control: bump up standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define TORRENT_VERSION_HPP_INCLUDED
35
35
 
36
36
#define LIBTORRENT_VERSION_MAJOR 0
37
 
#define LIBTORRENT_VERSION_MINOR 14
38
 
#define LIBTORRENT_VERSION_TINY 10
 
37
#define LIBTORRENT_VERSION_MINOR 15
 
38
#define LIBTORRENT_VERSION_TINY 0
39
39
 
40
 
#define LIBTORRENT_VERSION "0.14.10.0"
41
 
#define LIBTORRENT_REVISION "$Rev: 4387 $" 
 
40
#define LIBTORRENT_VERSION "0.15.0.0"
 
41
#define LIBTORRENT_REVISION "$Rev: 3323 $" 
42
42
 
43
43
#endif