bump version to the RC number, 0.15.90

This commit is contained in:
Thomas S Hatch 2013-06-21 15:01:25 -06:00
parent a3d6131eb8
commit 3c58e4c313

View file

@ -6,7 +6,7 @@ Set up the version of Salt
import sys
__version_info__ = (0, 15, 0)
__version_info__ = (0, 15, '90')
__version__ = '.'.join(map(str, __version_info__))
GIT_DESCRIBE_REGEX = (