Skip to content

Commit 802e857

Browse files
committed
🔖 Update version to 0.2.0
To prepare for release 0.2.0, the version in the conanfile and CMakeLists.txt for this project has been updated
1 parent 76980f9 commit 802e857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
1616
endif ()
1717

1818
project(Backport
19-
VERSION "0.1.1"
19+
VERSION "0.2.0"
2020
LANGUAGES CXX
2121
)
2222

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class BackportConan(ConanFile):
66

77
# Package Info
88
name = "Backport"
9-
version = "0.1.1"
9+
version = "0.2.0"
1010
description = "Modern C++ backported to C++11"
1111
url = "https://github.com/bitwizeshift/bpstd"
1212
author = "Matthew Rodusek <[email protected]>"
@@ -51,4 +51,4 @@ def package(self):
5151

5252
def package_id(self):
5353
self.info.header_only()
54-
return
54+
return

0 commit comments

Comments
 (0)