Changeset 679 for CMT/HEAD/mgr


Ignore:
Timestamp:
May 27, 2016, 4:59:21 PM (8 years ago)
Author:
rybkin
Message:

See C.L. 528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/cmt_svn_checkout.py

    r678 r679  
    2424"""
    2525
    26 __version__ = '0.9.0'
    27 __date__ = 'Wed May 18 2016'
     26__version__ = '0.10.0'
     27__date__ = 'Fri May 27 2016'
    2828__author__ = 'Grigory Rybkin'
    2929
     
    214214            self.head_version_tag = False
    215215        elif version.startswith('!'):
    216             # it may be appropriate to strip the leading '!'
    217             # that will require synchronization with C++ code, however
    218             # self.head_version = version[1:]
    219             self.head_version = version
     216            # strip the leading '!'
     217            # require synchronization with C++ code
     218            self.head_version = version[1:]
    220219            self.head_version_tag = False
    221220        else:
Note: See TracChangeset for help on using the changeset viewer.