~ubuntu-branches/ubuntu/trusty/kdenetwork/trusty

« back to all changes in this revision

Viewing changes to kopete/libkopete/kopeteversion.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 17:38:05 UTC
  • mfrom: (1.1.72)
  • Revision ID: package-import@ubuntu.com-20120726173805-9ct132tog30dx6vu
Tags: 4:4.9.0-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release

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 "1.2.90"
 
17
#define KOPETE_VERSION_STRING "1.3.0"
18
18
#define KOPETE_VERSION_MAJOR 1
19
 
#define KOPETE_VERSION_MINOR 2
20
 
#define KOPETE_VERSION_RELEASE 90
 
19
#define KOPETE_VERSION_MINOR 3
 
20
#define KOPETE_VERSION_RELEASE 0
21
21
#define KOPETE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
22
22
 
23
23
#define KOPETE_VERSION \