Switch to beta version numbering

This commit is contained in:
Kovid Goyal 2017-05-09 07:31:00 +05:30
parent f723bdf9d9
commit dea21e5f97
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,7 +6,7 @@ from future_builtins import map
import sys, locale, codecs, os, importlib, collections
__appname__ = u'calibre'
numeric_version = (2, 85, 1)
numeric_version = (2, 99, 0)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"