Skip to content

Commit

Permalink
update version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Dec 19, 2023
1 parent 34e6dd0 commit 9cc2bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.1...3.5)

project(SPTK VERSION 4.1)
project(SPTK VERSION 4.2)

if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Speech Signal Processing Toolkit (SPTK) is a software for speech signal proc
- PyTorch version: [diffsptk](https://github.com/sp-nitech/diffsptk)

[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://sp-nitech.github.io/sptk/latest/)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sp-nitech.github.io/sptk/4.1/)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sp-nitech.github.io/sptk/4.2/)
[![](https://img.shields.io/badge/license-Apache%202.0-green.svg)](https://github.com/sp-nitech/SPTK/blob/master/LICENSE)
[![](https://github.com/sp-nitech/SPTK/workflows/build/badge.svg)](https://github.com/sp-nitech/SPTK/actions)

Expand Down
2 changes: 1 addition & 1 deletion include/SPTK/utils/sptk_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
namespace sptk {

//! Version of SPTK.
static const char* const kVersion("4.1");
static const char* const kVersion("4.2");
//! @f$\pi@f$
static const double kPi(3.141592653589793);
//! @f$2\pi@f$
Expand Down

0 comments on commit 9cc2bcb

Please sign in to comment.