mirror of
https://github.com/cmusphinx/pocketsphinx.git
synced 2026-05-17 12:20:35 +00:00
chore: bump version for 5.1.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PocketSphinx 5.1.0rc2
|
||||
PocketSphinx 5.1.0
|
||||
=====================
|
||||
|
||||
This is PocketSphinx, one of Carnegie Mellon University's open source large
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
PocketSphinx 5.1.0rc2
|
||||
PocketSphinx 5.1.0
|
||||
=====================
|
||||
|
||||
This is PocketSphinx, one of Carnegie Mellon University's open source large
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ copyright = '2023, David Huggins-Daines'
|
||||
author = 'David Huggins-Daines'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '5.1.0rc2'
|
||||
release = '5.1.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
find_package(Doxygen)
|
||||
if(DOXYGEN_FOUND)
|
||||
set(DOXYGEN_PROJECT_NUMBER 5.1.0rc2)
|
||||
set(DOXYGEN_PROJECT_NUMBER 5.1.0)
|
||||
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
|
||||
set(DOXYGEN_SORT_MEMBER_DOCS NO)
|
||||
set(DOXYGEN_USE_MATHJAX YES)
|
||||
|
||||
@@ -1095,7 +1095,7 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
|
||||
/**
|
||||
* @mainpage PocketSphinx API Documentation
|
||||
* @author David Huggins-Daines <dhdaines@gmail.com>
|
||||
* @version 5.1.0rc2
|
||||
* @version 5.1.0
|
||||
* @date May 4th, 2026
|
||||
*
|
||||
* @tableofcontents{HTML:1}
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "pocketsphinx"
|
||||
version = "5.1.0rc2"
|
||||
version = "5.1.0"
|
||||
description = "Official Python bindings for PocketSphinx"
|
||||
readme = "cython/README.md"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user