~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to libktcore/ktversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-12-11 20:27:09 UTC
  • mfrom: (1.1.24 upstream) (0.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20081211202709-4fjb6zqxc2ak27af
Tags: 3.1.5+dfsg.1-1ubuntu1
* Merge with Debian, remaining changes:
 - Use Kubuntu's kde4.mk
 - Add replaces/conflicts on ktorrent-kde4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
{
28
28
        const bt::Uint32 MAJOR = 3;
29
29
        const bt::Uint32 MINOR = 1;
30
 
        const bt::Uint32 RELEASE = 4;
31
 
        const char VERSION_STRING[] = "3.1.4";
 
30
        const bt::Uint32 RELEASE = 5;
 
31
        const char VERSION_STRING[] = "3.1.5";
32
32
}
33
33
 
34
 
#define KT_VERSION_MACRO "3.1.4"
 
34
#define KT_VERSION_MACRO "3.1.5"
35
35
 
36
36
#endif