1 # -*- coding: utf-8 -*- 
   4 Copyright (C) 2010 by Indifex (www.indifex.com), see AUTHORS. 
   5 License: BSD, see LICENSE for details. 
   7 For further information visit http://code.indifex.com/transifex-client 
  11 VERSION 
= (0, 9, 0, 'devel') 
  14     version 
= '%s.%s' % 
(VERSION
[0], VERSION
[1]) 
  16         version 
= '%s.%s' % 
(version
, VERSION
[2]) 
  17     if VERSION
[3] != 'final': 
  18         version 
= '%s %s' % 
(version
, VERSION
[3])