diff options
-rw-r--r-- | build/bootstrap.build | 4 | ||||
-rw-r--r-- | manifest | 2 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 4 insertions, 4 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 @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.1.1 +version: 1.1.0 summary: The "Hello World" example library license: MIT tags: c++, hello, world, example @@ -1 +1 @@ -1.1.1 +1.1.0 |