Skip to content

Commit 3cf3f44

Browse files
committed
Bump to 2.3.1
1 parent dbdae0b commit 3cf3f44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set ( PACKAGE "fluidsynth" )
4141
# FluidSynth package version
4242
set ( FLUIDSYNTH_VERSION_MAJOR 2 )
4343
set ( FLUIDSYNTH_VERSION_MINOR 3 )
44-
set ( FLUIDSYNTH_VERSION_MICRO 0 )
44+
set ( FLUIDSYNTH_VERSION_MICRO 1 )
4545
set ( VERSION "${FLUIDSYNTH_VERSION_MAJOR}.${FLUIDSYNTH_VERSION_MINOR}.${FLUIDSYNTH_VERSION_MICRO}" )
4646
set ( FLUIDSYNTH_VERSION "\"${VERSION}\"" )
4747

@@ -56,7 +56,7 @@ set ( FLUIDSYNTH_VERSION "\"${VERSION}\"" )
5656
# This is not exactly the same algorithm as the libtool one, but the results are the same.
5757
set ( LIB_VERSION_CURRENT 3 )
5858
set ( LIB_VERSION_AGE 1 )
59-
set ( LIB_VERSION_REVISION 3 )
59+
set ( LIB_VERSION_REVISION 4 )
6060
set ( LIB_VERSION_INFO
6161
"${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )
6262

doc/fluidsynth-v20-devdoc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
\author David Henningsson
99
\author Tom Moebert
1010
\author Copyright © 2003-2022 Peter Hanappe, Conrad Berhörster, Antoine Schmitt, Pedro López-Cabanillas, Josh Green, David Henningsson, Tom Moebert
11-
\version Revision 2.3.0
12-
\date 2022-09-19
11+
\version Revision 2.3.1
12+
\date 2022-12-28
1313

1414
All the source code examples in this document are in the public domain; you can use them as you please. This document is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/3.0/ . The FluidSynth library is distributed under the GNU Lesser General Public License. A copy of the GNU Lesser General Public License is contained in the FluidSynth package; if not, visit https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1515

0 commit comments

Comments
 (0)