diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 08:36:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 08:39:27 +0200 |
commit | ad8f7a38ae92413115d6c1ee4aa2f002067b6858 (patch) | |
tree | b12f8c49683fb8b4dcff4543f02d366cdbc0f85b /build/bootstrap.build | |
parent | c9f9e7c75b41278c261e0e7a4617923122727c60 (diff) |
Revert version back to 1.0.0
If we keep updating versions (as we would in a normal project), keeping
documentation in sync becomes a lot of work. Also, having multiple
versions in the repository gets really confusing.
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index b7ab913..8d8db2b 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -2,11 +2,11 @@ project = libhello using build@0.4.0-a1 -version = 1.0.1 +version = 1.0.0 abi_major = 1 abi_minor = 0 -abi_patch = 1 +abi_patch = 0 abi_prerelease = false revision = 0 |