Skip to content

Commit fd39437

Browse files
committed
Make version 1.0.0
1 parent a71e071 commit fd39437

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1717
# Set the project name and language
1818
project(
1919
cons_expr
20-
VERSION 0.0.1
20+
VERSION 1.0.0
2121
DESCRIPTION ""
2222
HOMEPAGE_URL "https://github.com/lefticus/cons_expr"
2323
LANGUAGES CXX C)

include/cons_expr/cons_expr.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ SOFTWARE.
113113

114114
namespace lefticus {
115115

116-
inline constexpr int cons_expr_version_major{ 0 };
116+
inline constexpr int cons_expr_version_major{ 1 };
117117
inline constexpr int cons_expr_version_minor{ 0 };
118-
inline constexpr int cons_expr_version_patch{ 1 };
118+
inline constexpr int cons_expr_version_patch{ 0 };
119119
inline constexpr int cons_expr_version_tweak{};
120120

121121

0 commit comments

Comments
 (0)