Skip to content

Commit 5c1b850

Browse files
committed
Preparation for 2.5.11 release.
1 parent eb37fd6 commit 5c1b850

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

Build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ set ( FAUSTLIVE_SRC ${FAUSTLIVE_SRC} ${AUDIO_SRC})
210210
set ( FAUSTLIVE_HEADERS ${FAUSTLIVE_HEADERS} ${AUDIO_HEADERS})
211211

212212
set (INCLUDE_DIRS ${FAUSTLIVE_INCLUDE_DIRS} ${QTINCDIRS} ${FAUST_INCLUDE_DIRS})
213-
set (FAUSTLIVE_DEFINITIONS ${FAUSTLIVE_DEFINITIONS} -DVERSION="${VERSION}" -DAPP_VERSION="2.4" -DHTTPCTRL -DQRCODECTRL ${LLVM_DEFINES})
213+
set (FAUSTLIVE_DEFINITIONS ${FAUSTLIVE_DEFINITIONS} -DVERSION="${VERSION}" -DAPP_VERSION="2.5" -DHTTPCTRL -DQRCODECTRL ${LLVM_DEFINES})
214214
set (FAUSTLIVE_LIBRARIES ${FAUSTLIVE_LIBRARIES} ${FAUST_LIBRARIES} ${QTLIBS} ${LLVM_LIBRARIES} ${LIBMICROHPPTD_LIBRARIES})
215215
#message ("FAUSTLIVE_LIBRARIES ${FAUSTLIVE_LIBRARIES}")
216216

Build/README.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@
5151
<br /><br />
5252
###Change log
5353

54+
----------------------------------------------------
55+
06/27/2022: version 2.5.11
56+
57+
- integrates Faust compiler version 2.41.1
58+
- based on LLVM 14.0.5 on and OS X and 10.0.0 on Windows
59+
- latest version of the Faust libraries
60+
5461
----------------------------------------------------
5562
04/25/2022: version 2.5.10
5663

Build/rsrc/FaustLive.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 2,5,10,0
54-
PRODUCTVERSION 2,5,10,0
53+
FILEVERSION 2,5,11,0
54+
PRODUCTVERSION 2,5,11,0
5555
FILEFLAGSMASK 0x17L
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -67,12 +67,12 @@ BEGIN
6767
BLOCK "040c04b0"
6868
BEGIN
6969
VALUE "FileDescription", "Faust Live Environment"
70-
VALUE "FileVersion", "2, 5, 10, 0"
70+
VALUE "FileVersion", "2, 5, 11, 0"
7171
VALUE "InternalName", "FaustLive"
7272
VALUE "LegalCopyright", "Copyright (C) 2009-2021 - Grame"
7373
VALUE "OriginalFilename", "FaustLive.exe"
7474
VALUE "ProductName", "FaustLive"
75-
VALUE "ProductVersion", "2, 5, 10, 0"
75+
VALUE "ProductVersion", "2, 5, 11, 0"
7676
END
7777
END
7878
BLOCK "VarFileInfo"

Build/rsrc/FaustLiveInfo.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<key>CFBundleLongVersionString</key>
3838
<string></string>
3939
<key>CFBundleShortVersionString</key>
40-
<string>2.5.10</string>
40+
<string>2.5.11</string>
4141
<key>CFBundleVersion</key>
42-
<string>2.5.10</string>
42+
<string>2.5.11</string>
4343
<key>NSMicrophoneUsageDescription</key>
4444
<string>FaustLive input signal</string>
4545
<key>NSHumanReadableCopyright</key>

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ http://www.grame.fr
66
====================================================
77
Copyright GRAME (c) 2014-2022
88

9+
----------------------------------------------------
10+
06/27/2022: version 2.5.11
11+
12+
- integrates Faust compiler version 2.41.1
13+
- based on LLVM 14.0.5 on and OS X and 10.0.0 on Windows
14+
- latest version of the Faust libraries
15+
916
----------------------------------------------------
1017
04/25/2022: version 2.5.10
1118

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.10
1+
2.5.11

0 commit comments

Comments
 (0)