Skip to content

Commit

Permalink
🔖 Prepare for version 1.2.0
Browse files Browse the repository at this point in the history
The recent changes made on master will be bundled into the next
release of Backport, which is version 1.2.0. The version numbers have
been prepped in both the conanfile and the CMakeLists.txt
  • Loading branch information
bitwizeshift committed Jul 19, 2020
1 parent 6d82dc6 commit e5184de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
endif ()

project(Backport
VERSION "1.1.0"
VERSION "1.2.0"
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class BackportConan(ConanFile):

# Package Info
name = "Backport"
version = "1.1.0"
version = "1.2.0"
description = "Modern C++ backported to C++11"
url = "https://github.com/bitwizeshift/bpstd"
author = "Matthew Rodusek <[email protected]>"
Expand Down

0 comments on commit e5184de

Please sign in to comment.