~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/libkopete/kopeteversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 23:45:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714234558-gq6jzmy117r2pj4r
Tags: 4:3.5.4+kopete0.12.1-0ubuntu1
* New upstream version
* Reverted patch 01_kopete_kdesktop_freeze.diff (fixed upstream)
* Reverted patch 02_icq_version_too_old.diff (fixed upstream)
* Bumped Version so that this gets installed, instead of the kopete in kdenetwork

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#ifndef _KOPETE_VERSION_H_
15
15
#define _KOPETE_VERSION_H_
16
16
 
17
 
#define KOPETE_VERSION_STRING "0.12.0"
 
17
#define KOPETE_VERSION_STRING "0.12.1"
18
18
#define KOPETE_VERSION_MAJOR 0
19
19
#define KOPETE_VERSION_MINOR 12
20
 
#define KOPETE_VERSION_RELEASE 0
 
20
#define KOPETE_VERSION_RELEASE 1
21
21
#define KOPETE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
22
22
 
23
23
#define KOPETE_VERSION \