~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 Thomas
  • Date: 2009-12-28 09:46:17 UTC
  • mfrom: (0.7.13 sid)
  • Revision ID: james.westby@ubuntu.com-20091228094617-xi8vynpehmsw4wrk
Tags: 3.3.2+dfsg.1-1ubuntu1
* Merge with Debian Unstable, remaining changes:
  - Used versioned boost build-depend
  - Include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk in
    debian/rules for translations support

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 = 3;
30
 
        const bt::Uint32 RELEASE = 1;
 
30
        const bt::Uint32 RELEASE = 2;
31
31
        const bt::VersionType VERSION_TYPE = bt::NORMAL;
32
 
        const char VERSION_STRING[] = "3.3.1";
 
32
        const char VERSION_STRING[] = "3.3.2";
33
33
}
34
34
 
35
 
#define KT_VERSION_MACRO "3.3.1"
 
35
#define KT_VERSION_MACRO "3.3.2"
36
36
 
37
37
#endif