Adding proper versioning for differing branches
This commit is contained in:
@@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, Open
|
||||
|
||||
version_number = '0.2.7.0'
|
||||
version_branch = '-u'
|
||||
__version__ = '%s%s' % (version_number, version_suffix)
|
||||
__version__ = '%s%s' % (version_number, version_branch)
|
||||
|
||||
def link_overworld(world, player):
|
||||
# setup mandatory connections
|
||||
|
||||
Reference in New Issue
Block a user