Skip to content

Commit

Permalink
docs: update version number to 5.0.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Sep 16, 2022
1 parent 14c9ec9 commit 3562090
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.0 release candidate 3
PocketSphinx 5.0.0 release candidate 4
======================================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
2 changes: 1 addition & 1 deletion cython/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.0 release candidate 3
PocketSphinx 5.0.0 release candidate 4
======================================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David Huggins-Daines'

# The full version, including alpha/beta/rc tags
release = '5.0.0rc3'
release = '5.0.0rc4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
find_package(Doxygen)
if(DOXYGEN_FOUND)
set(DOXYGEN_PROJECT_NUMBER 5.0.0rc3)
set(DOXYGEN_PROJECT_NUMBER 5.0.0rc4)
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
set(DOXYGEN_EXCLUDE_PATTERNS
*export.h
Expand Down
4 changes: 2 additions & 2 deletions include/pocketsphinx.h
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
/**
* @mainpage PocketSphinx API Documentation
* @author David Huggins-Daines <[email protected]>
* @version 5.0.0rc3
* @date September 7, 2022
* @version 5.0.0rc4
* @date September 16, 2022
*
* @section intro_sec Introduction
*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pocketsphinx
version = 5.0.0rc3
version = 5.0.0rc4
description = Official Python bindings for PocketSphinx
long_description = file: cython/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 3562090

Please sign in to comment.