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}"
5454
5555install (FILES "${CONFIG_FILE} " DESTINATION "${INSTALL_CONFIG_DIR} " )
5656
57- write_basic_package_version_file("${PROJECT_NAME} -config-version.cmake" VERSION 0.3.1 COMPATIBILITY AnyNewerVersion)
57+ write_basic_package_version_file("${PROJECT_NAME} -config-version.cmake" VERSION 0.4.0 COMPATIBILITY AnyNewerVersion)
5858install (FILES "${PROJECT_BINARY_DIR} /${PROJECT_NAME} -config-version.cmake" DESTINATION "${INSTALL_CONFIG_DIR} " )
5959
6060export (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");
33pub fn build (b : * std.Build ) void {
44 const target = b .standardTargetOptions (.{});
55 const optimize = b .standardOptimizeOption (.{ .preferred_optimize_mode = .ReleaseFast });
6- const version = std .SemanticVersion .parse ("0.3.1 " ) catch unreachable ;
6+ const version = std .SemanticVersion .parse ("0.4.0 " ) catch unreachable ;
77
88 const lib = b .addStaticLibrary (.{
99 .name = "aegis" ,
You can’t perform that action at this time.
0 commit comments