~serge-hallyn/ubuntu/maverick/vm-builder/vmbuilder-tmpfs

« back to all changes in this revision

Viewing changes to VMBuilder/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-03-29 22:22:49 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100329222249-3gxcw4o4legqmk2o
Tags: upstream-0.12.3
ImportĀ upstreamĀ versionĀ 0.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    info = vcsversion.version_info
129
129
    info['major'] = 0
130
130
    info['minor'] = 12
131
 
    info['micro'] = 2
 
131
    info['micro'] = 3
132
132
    return info
133
133
 
134
134
logging.debug('Loading plugins')