Skip to content

Commit

Permalink
🔖 Update version to 1.0.0
Browse files Browse the repository at this point in the history
The completion of `variant` marked the last major milestone required
for the 1.0.0 release of Backport! With this being completed, the
various versioned files in this repository is being updated in
preparation of a 1.0.0 release
  • Loading branch information
bitwizeshift committed May 9, 2020
1 parent f297fb3 commit 37c9f5d
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 @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
endif ()

project(Backport
VERSION "0.2.0"
VERSION "1.0.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 = "0.2.0"
version = "1.0.0"
description = "Modern C++ backported to C++11"
url = "https://github.com/bitwizeshift/bpstd"
author = "Matthew Rodusek <matthew.rodusek@gmail.com>"
Expand Down

0 comments on commit 37c9f5d

Please sign in to comment.