Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
VestniK committed Mar 8, 2020
1 parent f9cd7e6 commit b8245fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(portable_concurrency
VERSION 0.10.1
VERSION 0.11.0
DESCRIPTION "Lightweight future/promise C++ library"
)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Portable concurrency"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.10.0
PROJECT_NUMBER = 0.11.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class PortableconCurrencyConan(ConanFile):
build_requires = "gtest/1.8.0@bincrafters/stable"
name = "portable_concurrency"
version = "0.10.1"
version = "0.11.0"
license = "CC0"
url = "https://github.com/VestniK/portable_concurrency"
description = "Portable future/promise implemenattion close to ConcurrencyTS specification"
Expand Down

0 comments on commit b8245fe

Please sign in to comment.