~nico-inattendu/luciole/0.8_translation

« back to all changes in this revision

Viewing changes to _version.py

  • Committer: nico at inattendu
  • Date: 2009-03-08 18:06:41 UTC
  • Revision ID: nico@inattendu.org-20090308180641-a9hf66kntqber0pf
Intial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
#
 
3
#
 
4
# Copyright Nicolas Bertrand (nico@inattendu.org), 2009
 
5
#
 
6
# This file is part of Luciole.
 
7
#
 
8
#    Luciole is free software: you can redistribute it and/or modify
 
9
#    it under the terms of the GNU General Public License as published by
 
10
#    the Free Software Foundation, either version 3 of the License, or
 
11
#    (at your option) any later version.
 
12
#
 
13
#    Luciole is distributed in the hope that it will be useful,
 
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#    GNU General Public License for more details.
 
17
#
 
18
#    You should have received a copy of the GNU General Public License
 
19
#    along with Luciole.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
#
 
22
 
 
23
"""This file is automatically generated by generate_version_info
 
24
It uses the current working tree to determine the revision.
 
25
So don't edit it. :)
 
26
"""
 
27
 
 
28
version_info = {'branch_nick': u'luciole-0.6.1',
 
29
 'build_date': '2009-01-04 23:45:46 +0100',
 
30
 'clean': None,
 
31
 'date': '2009-01-04 23:42:58 +0100',
 
32
 'revision_id': 'nico@inattendu.org-20090104224258-d8qkwnr6766whnn3',
 
33
 'revno': 82}
 
34
 
 
35
revisions = {}
 
36
 
 
37
file_revisions = {}
 
38
 
 
39
 
 
40
 
 
41
if __name__ == '__main__':
 
42
    print 'revision: %(revno)d' % version_info
 
43
    print 'nick: %(branch_nick)s' % version_info
 
44
    print 'revision id: %(revision_id)s' % version_info