Skip to content

Commit 445a779

Browse files
authored
Merge pull request #365 from cmusphinx/release-5.0.2
chore: 5.0.2 release
2 parents 5e0f4f8 + 030349c commit 445a779

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14) # I like pie
22

3-
project(PocketSphinx VERSION 5.0.1
3+
project(PocketSphinx VERSION 5.0.2
44
DESCRIPTION "A small speech recognizer"
55
HOMEPAGE_URL "https://github.com/cmusphinx/pocketsphinx"
66
LANGUAGES C)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.0.1
1+
PocketSphinx 5.0.2
22
==================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

cython/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.0.1
1+
PocketSphinx 5.0.2
22
==================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'David Huggins-Daines'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '5.0.1'
25+
release = '5.0.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

doxygen/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
find_package(Doxygen)
22
if(DOXYGEN_FOUND)
3-
set(DOXYGEN_PROJECT_NUMBER 5.0.1)
3+
set(DOXYGEN_PROJECT_NUMBER 5.0.2)
44
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
55
set(DOXYGEN_SORT_MEMBER_DOCS NO)
66
set(DOXYGEN_USE_MATHJAX YES)

include/pocketsphinx.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
10951095
/**
10961096
* @mainpage PocketSphinx API Documentation
10971097
* @author David Huggins-Daines <[email protected]>
1098-
* @version 5.0.1
1099-
* @date May 16, 2023
1098+
* @version 5.0.2
1099+
* @date July 31, 2023
11001100
*
11011101
* @tableofcontents{HTML:1}
11021102
*

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pocketsphinx
3-
version = 5.0.1
3+
version = 5.0.2
44
description = Official Python bindings for PocketSphinx
55
long_description = file: cython/README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)