diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 08:21:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 08:21:42 +0200 |
commit | 9ade866cc3a23138930cac8de37869026583667c (patch) | |
tree | d3bb1fc2e498fe9e1d352478c45c936caa03541d | |
parent | ef806a539d4b5e87c325739dddbbe35fea3e169b (diff) |
Bump version to 1.1.0
-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 c9bf24d..3e97413 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,6 +1,6 @@ project = libhello -version = 1.0.0 -revision = 1 +version = 1.1.0 +revision = 0 using config using dist @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.0.0+1 +version: 1.1.0 summary: The "Hello World" example library license: MIT tags: c++, hello, world, example @@ -1 +1 @@ -1.0.0 +1.1.0 |