~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to libpurple/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-02 11:20:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080702112018-14sy0yept6am7tc7
Tags: 1:2.4.3-0ubuntu1
* New upstream version:
  - can connect to the icq server (lp: #244591)
* debian/control,
  debian/rules:
  - build-depends on libsilc which is in main now (lp: #44728)
* debian/patches/16_yahoo_icon_crash.patch:
  - updated, some of the changes are in the new version

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