Skip to content

Commit

Permalink
common: version set to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelliavonau committed Dec 10, 2019
1 parent 8bf51ff commit 018ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

# Application version and manifest
VERSION = (2, 0, 0, 'dev16072019')
VERSION = (2, 0, 0)
__application__ = u"CMake-Converter"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
__version__ = '.'.join((str(each) for each in VERSION[:4]))
Expand Down

0 comments on commit 018ba49

Please sign in to comment.