diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 08:41:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 08:41:17 +0200 |
commit | 48805b23764db0dbeb128c5c3f773d4bbeb34eff (patch) | |
tree | aca1003cee3ae0e29ad692d8e085e2dc2a68bbb0 /build/bootstrap.build | |
parent | bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 (diff) |
Revert version back to 1.1.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 612be77..64a93f2 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -2,10 +2,10 @@ project = libhello using build@0.4.0-a1 -version = 1.1.1 +version = 1.1.0 abi_major = 1 abi_minor = 1 -abi_patch = 1 +abi_patch = 0 abi_prerelease = false revision = 0 |