~ted/pidgin/11_buddy_list_really_show.patch

« back to all changes in this revision

Viewing changes to libpurple/version.h

  • Committer: Bazaar Package Importer
  • Date: 2008-10-31 18:42:56 UTC
  • Revision ID: jamesw@ubuntu.com-20081031184256-ou8kl2oczh1352aa
Tags: upstream-ubuntu-2.5.1
ImportĀ upstreamĀ versionĀ 2.5.1

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 (0)
 
29
#define PURPLE_MICRO_VERSION (1)
30
30
 
31
31
#define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \
32
32
                                                                         ((y) < PURPLE_MINOR_VERSION || \