mirror of https://github.com/kivy/kivy.git
Bump to 2.0.0rc4.
This commit is contained in:
parent
87407c59b4
commit
d74461b200
|
@ -10,7 +10,7 @@ __version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
|||
if not RELEASE:
|
||||
# if it's a rcx release, it's not proceeded by a period. If it is a
|
||||
# devx release, it must start with a period
|
||||
__version__ += 'rc3'
|
||||
__version__ += 'rc4'
|
||||
|
||||
|
||||
_kivy_git_hash = ''
|
||||
|
|
Loading…
Reference in New Issue