Skip to content

Commit d3b2440

Browse files
committed
Release v0.10.1
1 parent 2e2574e commit d3b2440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13)
22

3-
project(CpuFeatures VERSION 0.10.0 LANGUAGES C)
3+
project(CpuFeatures VERSION 0.10.1 LANGUAGES C)
44

55
set(CMAKE_C_STANDARD 99)
66

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
77

8-
CPU_FEATURES_VERSION = "0.10.0"
8+
CPU_FEATURES_VERSION = "0.10.1"
99

1010
module(
1111
name = "cpu_features",

0 commit comments

Comments
 (0)