1
2 """This file is automatically generated by generate_version_info
3 It uses the current working tree to determine the revision.
4 So don't edit it. :)
5 """
6
7 version_info = {'branch_nick': u'vmbuilder-0.12',
8 'build_date': '2010-03-29 22:20:42 -0500',
9 'clean': None,
10 'date': '2010-03-29 22:19:10 -0500',
11 'revision_id': 'soren@linux2go.dk-20100330031910-bha8ngutjd9ij32o',
12 'revno': 435}
13
14 revisions = {}
15
16 file_revisions = {}
17
18
19
20 if __name__ == '__main__':
21 print 'revision: %(revno)d' % version_info
22 print 'nick: %(branch_nick)s' % version_info
23 print 'revision id: %(revision_id)s' % version_info
24