File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ configure_package_CONFIG_FILE("${CONFIG_TEMPLATE_FILE}" "${CONFIG_FILE}"
54
54
55
55
install (FILES "${CONFIG_FILE} " DESTINATION "${INSTALL_CONFIG_DIR} " )
56
56
57
- write_basic_package_version_file("${PROJECT_NAME} -config-version.cmake" VERSION 0.3.0 COMPATIBILITY AnyNewerVersion)
57
+ write_basic_package_version_file("${PROJECT_NAME} -config-version.cmake" VERSION 0.3.1 COMPATIBILITY AnyNewerVersion)
58
58
install (FILES "${PROJECT_BINARY_DIR} /${PROJECT_NAME} -config-version.cmake" DESTINATION "${INSTALL_CONFIG_DIR} " )
59
59
60
60
export (EXPORT "${TARGETS_EXPORT_NAME} " FILE "${TARGETS_EXPORT_FILE} " NAMESPACE "${PROJECT_NAME} ::" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const std = @import("std");
3
3
pub fn build (b : * std.Build ) void {
4
4
const target = b .standardTargetOptions (.{});
5
5
const optimize = b .standardOptimizeOption (.{ .preferred_optimize_mode = .ReleaseFast });
6
- const version = std .SemanticVersion .parse ("0.3.0 " ) catch unreachable ;
6
+ const version = std .SemanticVersion .parse ("0.3.1 " ) catch unreachable ;
7
7
8
8
const lib = b .addStaticLibrary (.{
9
9
.name = "aegis" ,
You can’t perform that action at this time.
0 commit comments