Skip to content

Commit 3562090

Browse files
committed
docs: update version number to 5.0.0rc4
1 parent 14c9ec9 commit 3562090

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.0.0 release candidate 3
1+
PocketSphinx 5.0.0 release candidate 4
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.0 release candidate 3
1+
PocketSphinx 5.0.0 release candidate 4
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.0rc3'
25+
release = '5.0.0rc4'
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.0rc3)
3+
set(DOXYGEN_PROJECT_NUMBER 5.0.0rc4)
44
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
55
set(DOXYGEN_EXCLUDE_PATTERNS
66
*export.h

include/pocketsphinx.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
906906
/**
907907
* @mainpage PocketSphinx API Documentation
908908
* @author David Huggins-Daines <[email protected]>
909-
* @version 5.0.0rc3
910-
* @date September 7, 2022
909+
* @version 5.0.0rc4
910+
* @date September 16, 2022
911911
*
912912
* @section intro_sec Introduction
913913
*

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.0rc3
3+
version = 5.0.0rc4
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)