From 48805b23764db0dbeb128c5c3f773d4bbeb34eff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Sep 2016 08:41:17 +0200 Subject: 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. --- build/bootstrap.build | 4 ++-- manifest | 2 +- 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 diff --git a/manifest b/manifest index 4871ec1..db53350 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/version b/version index 524cb55..9084fa2 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.1 +1.1.0 -- cgit v1.1