We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69aa79e + b893285 commit 4313938Copy full SHA for 4313938
CMakeLists.txt
@@ -19,7 +19,7 @@ if (NOT CMAKE_TESTING_ENABLED AND SCOPE_ENABLE_UNIT_TESTS)
19
endif ()
20
21
project(Scope
22
- VERSION "0.1.0"
+ VERSION "1.0.0"
23
LANGUAGES CXX
24
)
25
conanfile.py
@@ -6,7 +6,7 @@ class ScopeConan(ConanFile):
6
7
# Package Info
8
name = "Scope"
9
- version = "0.1.0"
+ version = "1.0.0"
10
description = "An RAII scope-guard library"
11
url = "https://github.com/bitwizeshift/Scope"
12
author = "Matthew Rodusek <matthew.rodusek@gmail.com>"
0 commit comments