Preparations for v1.0.0 release

- Starting with a beta1 release
This commit is contained in:
Jacob Alexander
2019-12-26 22:49:07 -08:00
parent f01a691c34
commit 0e7a133080
3 changed files with 7 additions and 48 deletions

View File

@@ -20,10 +20,11 @@ from buildutils import test_build, fetch_libcapnp, build_libcapnp, info
_this_dir = os.path.dirname(__file__)
MAJOR = 0
MINOR = 7
MAJOR = 1
MINOR = 0
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
TAG = 'b1'
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TAG)
# Write version info