~ubuntu-branches/ubuntu/precise/libmtp/precise-updates

« back to all changes in this revision

Viewing changes to src/libmtp.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-04-03 08:45:30 UTC
  • mfrom: (0.2.6)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120403084530-4pzddlb80jviafad
* New upstream bugfix release:
  - Soname libmtp.so.9.0.3 - binary compatible.
  - Probably nailed the bugs in the Samsung Galaxy Tab S2 family
    of devices. Ignacio Martinez helped us fixing this!
  - Build fixes by Alessio Treglia and others.
  - A horde of new devices in the database.
* Remove patches applied upstream:
  - 0001-broken_object_info.patch
  - 0002-devicedb_updates.patch
  - 2001-pkgconfig_requires.patch
* Refresh 1001-kfreebsd_hurd_ftbfs.patch.
* Refresh symbols file.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#ifndef LIBMTP_H_INCLUSION_GUARD
30
30
#define LIBMTP_H_INCLUSION_GUARD
31
31
 
32
 
#define LIBMTP_VERSION 1.1.2
33
 
#define LIBMTP_VERSION_STRING "1.1.2"
 
32
#define LIBMTP_VERSION 1.1.3
 
33
#define LIBMTP_VERSION_STRING "1.1.3"
34
34
 
35
35
/* This handles MSVC pecularities */
36
36
#ifdef _MSC_VER