~ubuntu-branches/ubuntu/raring/pidgin/raring

« back to all changes in this revision

Viewing changes to libpurple/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mto: (46.1.1 karmic)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20081022215141-ofqitm4aggw7x7ip
Tags: upstream-2.5.2
ImportĀ upstreamĀ versionĀ 2.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#define PURPLE_MAJOR_VERSION (2)
28
28
#define PURPLE_MINOR_VERSION (5)
29
 
#define PURPLE_MICRO_VERSION (1)
 
29
#define PURPLE_MICRO_VERSION (2)
30
30
 
31
31
#define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \
32
32
                                                                         ((y) < PURPLE_MINOR_VERSION || \