~ubuntu-branches/debian/experimental/quassel/experimental

« back to all changes in this revision

Viewing changes to version.inc

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Mueller
  • Date: 2009-10-05 23:13:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005231306-ngiajv5r0gbxjfoq
Tags: 0.5.0~rc2-1
* New upstream release (rc2)
* Make puiparts happy (closes: #538182)
* manageusers.py added (closes: #549296)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//! This is the fallback version number in case we can't autogenerate one
2
 
baseVersion = "0.4.2";
3
 
 
4
 
protocolVersion = 9;       //< Version of the client/core protocol
5
 
coreNeedsProtocol   = 9;   //< Minimum protocol version the core needs
6
 
clientNeedsProtocol = 9;   //< Minimum protocol version the client needs
7
 
 
8
 
distCommittish = 875f62ce1fc53806d4856347b0c0bc699e4b154c
9
 
distCommitDate = 1242832635
 
2
baseVersion = "0.5-rc2";
 
3
 
 
4
protocolVersion = 10;       //< Version of the client/core protocol
 
5
coreNeedsProtocol   = 10;   //< Minimum protocol version the core needs
 
6
clientNeedsProtocol = 10;   //< Minimum protocol version the client needs
 
7
 
 
8
distCommittish = daebfa3e7af3fba95984a2cb9ca7208fd2e94b86
 
9
distCommitDate = 1254489522