Skip to content

Commit b7d13bc

Browse files
committed
new version 2.6.1
1 parent fad893a commit b7d13bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

whisper_bringup/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>whisper_bringup</name>
5-
<version>2.6.0</version>
5+
<version>2.6.1</version>
66
<description>TODO: Package description</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>MIT</license>

whisper_cpp_vendor/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED)
1111
FetchContent_Declare(
1212
whisper
1313
GIT_REPOSITORY https://github.com/ggerganov/whisper.cpp.git
14-
GIT_TAG 2ef717b293fe93872cc3a03ca77942936a281959
14+
GIT_TAG v1.7.0
1515
)
1616

1717
FetchContent_MakeAvailable(whisper)

whisper_demos/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>whisper_demos</name>
5-
<version>2.6.0</version>
5+
<version>2.6.1</version>
66
<description>Demos package for whisper_ros</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>MIT</license>

whisper_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>whisper_msgs</name>
5-
<version>2.6.0</version>
5+
<version>2.6.1</version>
66
<description>whisper_msgs</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>MIT</license>

whisper_ros/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>whisper_ros</name>
5-
<version>2.6.0</version>
5+
<version>2.6.1</version>
66
<description>TODO: Package description</description>
77
<maintainer email="mgons@unileon.es">Miguel Ángel González Santamarta</maintainer>
88
<license>MIT</license>

0 commit comments

Comments
 (0)