We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71e071 commit fd39437Copy full SHA for fd39437
2 files changed
CMakeLists.txt
@@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
17
# Set the project name and language
18
project(
19
cons_expr
20
- VERSION 0.0.1
+ VERSION 1.0.0
21
DESCRIPTION ""
22
HOMEPAGE_URL "https://github.com/lefticus/cons_expr"
23
LANGUAGES CXX C)
include/cons_expr/cons_expr.hpp
@@ -113,9 +113,9 @@ SOFTWARE.
113
114
namespace lefticus {
115
116
-inline constexpr int cons_expr_version_major{ 0 };
+inline constexpr int cons_expr_version_major{ 1 };
117
inline constexpr int cons_expr_version_minor{ 0 };
118
-inline constexpr int cons_expr_version_patch{ 1 };
+inline constexpr int cons_expr_version_patch{ 0 };
119
inline constexpr int cons_expr_version_tweak{};
120
121
0 commit comments