Skip to content

Commit eb9c4d7

Browse files
committed
bump version to 1.1.11
1 parent 7f99dcb commit eb9c4d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set ( PACKAGE "fluidsynth" )
2929
# FluidSynth package version
3030
set ( FLUIDSYNTH_VERSION_MAJOR 1 )
3131
set ( FLUIDSYNTH_VERSION_MINOR 1 )
32-
set ( FLUIDSYNTH_VERSION_MICRO 10 )
32+
set ( FLUIDSYNTH_VERSION_MICRO 11 )
3333
set ( VERSION "${FLUIDSYNTH_VERSION_MAJOR}.${FLUIDSYNTH_VERSION_MINOR}.${FLUIDSYNTH_VERSION_MICRO}" )
3434
set ( FLUIDSYNTH_VERSION "\"${VERSION}\"" )
3535

@@ -44,7 +44,7 @@ set ( FLUIDSYNTH_VERSION "\"${VERSION}\"" )
4444
# This is not exactly the same algorithm as the libtool one, but the results are the same.
4545
set ( LIB_VERSION_CURRENT 1 )
4646
set ( LIB_VERSION_AGE 7 )
47-
set ( LIB_VERSION_REVISION 1 )
47+
set ( LIB_VERSION_REVISION 2 )
4848
set ( LIB_VERSION_INFO
4949
"${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )
5050

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = libfluidsynth
8-
PROJECT_NUMBER = 1.1.10
8+
PROJECT_NUMBER = 1.1.11
99
OUTPUT_DIRECTORY = api
1010
CREATE_SUBDIRS = NO
1111
OUTPUT_LANGUAGE = English

doc/fluidsynth-v11-devdoc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\author David Henningsson
99
\author Tom Moebert
1010
\author Copyright © 2003-2018 Peter Hanappe, Conrad Berhörster, Antoine Schmitt, Pedro López-Cabanillas, Josh Green, David Henningsson, Tom Moebert
11-
\version Revision 1.1.10
11+
\version Revision 1.1.11
1212
\date 2018-02-24
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 http://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 http://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.

doc/fluidsynth.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.\" along with this program; see the file LICENSE. If not, write to
1414
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
1515
.\"
16-
.TH FluidSynth 1 "Jan 2, 2018"
16+
.TH FluidSynth 1 "May 5, 2018"
1717
.\" Please update the above date whenever this man page is modified.
1818
.\"
1919
.\" Some roff macros, for reference:

0 commit comments

Comments
 (0)