~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to libedataserver/eds-version.h

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 * time, rather than from the library linked against at application run
41
41
 * time.
42
42
 **/
43
 
#define EDS_MINOR_VERSION 5
 
43
#define EDS_MINOR_VERSION 6
44
44
 
45
45
/**
46
46
 * EDS_MICRO_VERSION:
50
50
 * time, rather than from the library linked against at application run
51
51
 * time.
52
52
 **/
53
 
#define EDS_MICRO_VERSION 3
 
53
#define EDS_MICRO_VERSION 0
54
54
 
55
55
/**
56
56
 * EDS_CHECK_VERSION: