diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
commit | b81ec7d88716e727fec5248c55d4c7ac9707d2fe (patch) | |
tree | 68e3ed1d3a3e616f44281e2880472cf8964385c3 /build | |
parent | cac1d0da1fb3226d65892e5e38c707ee8a8d244a (diff) |
Bump version to 0.4.0 (final)
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 50d1639..a37f039 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,14 +4,14 @@ project = libbutl -using build@0.4.0-a1 +using build@0.4.0 -version = 0.4.0-a1 +version = 0.4.0 abi_major = 0 abi_minor = 4 abi_patch = 0 -abi_prerelease = true +abi_prerelease = false revision = 0 |