Skip to content

Commit 5ea6185

Browse files
committed
Preparation for 2.5.10 release.
1 parent 80c900d commit 5ea6185

File tree

6 files changed

+25
-11
lines changed

6 files changed

+25
-11
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.3" -DHTTPCTRL -DQRCODECTRL ${LLVM_DEFINES})
213+
set (FAUSTLIVE_DEFINITIONS ${FAUSTLIVE_DEFINITIONS} -DVERSION="${VERSION}" -DAPP_VERSION="2.4" -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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,16 @@
5252
###Change log
5353

5454
----------------------------------------------------
55-
03/23/2022: version 2.5.9
55+
04/25/2022: version 2.5.10
5656

57-
- integrates Faust compiler version 2.40.4
57+
- integrates Faust compiler version 2.40.5, solving an incorrect optimisation bug
58+
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows
59+
- latest version of the Faust libraries
60+
61+
----------------------------------------------------
62+
04/23/2022: version 2.5.9
63+
64+
- integrates Faust compiler version 2.40.4, solving an issue when exporting code
5865
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows
5966
- latest version of the Faust libraries
6067

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,9,0
54-
PRODUCTVERSION 2,5,9,0
53+
FILEVERSION 2,5,10,0
54+
PRODUCTVERSION 2,5,10,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, 9, 0"
70+
VALUE "FileVersion", "2, 5, 10, 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, 9, 0"
75+
VALUE "ProductVersion", "2, 5, 10, 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.9</string>
40+
<string>2.5.10</string>
4141
<key>CFBundleVersion</key>
42-
<string>2.5.9</string>
42+
<string>2.5.10</string>
4343
<key>NSMicrophoneUsageDescription</key>
4444
<string>FaustLive input signal</string>
4545
<key>NSHumanReadableCopyright</key>

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ http://www.grame.fr
77
Copyright GRAME (c) 2014-2022
88

99
----------------------------------------------------
10-
03/23/2022: version 2.5.9
10+
04/25/2022: version 2.5.10
11+
12+
- integrates Faust compiler version 2.40.5, solving an incorrect optimisation bug
13+
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows
14+
- latest version of the Faust libraries
15+
16+
----------------------------------------------------
17+
04/23/2022: version 2.5.9
1118

1219
- integrates Faust compiler version 2.40.4, solving an issue when exporting code
1320
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows

version.txt

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

0 commit comments

Comments
 (0)