diff --git a/.github/workflows/libfaust.yml b/.github/workflows/libfaust.yml index 644834248f..f540713728 100644 --- a/.github/workflows/libfaust.yml +++ b/.github/workflows/libfaust.yml @@ -1,7 +1,7 @@ name: libfaust env: - FAUST_VERSION: 2.70.1 + FAUST_VERSION: 2.70.2 FAUSTGEN_VERSION: 1.67 LLVM_PACKAGE_VERSION: 15.0.7 CMAKE_OSX_DEPLOYMENT_TARGET: 10.15 diff --git a/COPYING.txt b/COPYING.txt index 451561a2bb..058e288183 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,4 +1,4 @@ - FAUST compiler, Version 2.70.1 + FAUST compiler, Version 2.70.2 Copyright (C) 2003-2019 GRAME, Centre National de Creation Musicale --------------------------------------------------------------------- This program is free software; you can redistribute it and/or modify diff --git a/Makefile b/Makefile index 3d08325445..68dd077a8a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version := 2.70.1 +version := 2.70.2 system ?= $(shell uname -s) diff --git a/architecture/faust/export.h b/architecture/faust/export.h index 1a5f337ce0..a6006979fa 100644 --- a/architecture/faust/export.h +++ b/architecture/faust/export.h @@ -26,12 +26,12 @@ #define __export__ // Version as a global string -#define FAUSTVERSION "2.70.1" +#define FAUSTVERSION "2.70.2" // Version as separated [major,minor,patch] values #define FAUSTMAJORVERSION 2 #define FAUSTMINORVERSION 70 -#define FAUSTPATCHVERSION 1 +#define FAUSTPATCHVERSION 2 // Use FAUST_API for code that is part of the external API but is also compiled in faust and libfaust // Use LIBFAUST_API for code that is compiled in faust and libfaust diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index f44b305dd5..166af04d8d 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -3,7 +3,7 @@ project (faust) ####################################### # versions management -set (VERSION 2.70.1) +set (VERSION 2.70.2) macro (get_major_minor_patch version) string( REGEX REPLACE "([0-9]*)\\.([0-9]*)\\.([0-9]*)" "\\1" VERSION_MAJOR ${version} ) string( REGEX REPLACE "([0-9]*)\\.([0-9]*)\\.([0-9]*)" "\\2" VERSION_MINOR ${version} ) diff --git a/build/MakeRelease.bat b/build/MakeRelease.bat index 8229306c99..959ce7e550 100644 --- a/build/MakeRelease.bat +++ b/build/MakeRelease.bat @@ -1,6 +1,6 @@ @echo off -SET VERSION=2.70.1 +SET VERSION=2.70.2 SET FAUSTGENVERSION=1.66 SET MYPATH=%cd% diff --git a/build/Makefile b/build/Makefile index 42af7b3abc..66938b3848 100644 --- a/build/Makefile +++ b/build/Makefile @@ -28,7 +28,7 @@ system := $(shell echo $(system) | grep MINGW > /dev/null && echo MINGW || echo # output directories FAUSTDIR ?= faustdir IOSDIR := iosdir -VERSION := 2.70.1 +VERSION := 2.70.2 #=============================================================== # current generator and backends diff --git a/compiler/README.md b/compiler/README.md index 40b46e1d2f..bee60372fd 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -1,4 +1,4 @@ -% man(1) Version 2.70.1 (28-December-2023) | Faust man page +% man(1) Version 2.70.2 (02-January-2024) | Faust man page NAME ==== @@ -259,6 +259,6 @@ Please report bugs to: **** AUTHOR ====== -Copyright (C) 2002-2023, GRAME - Centre National de Creation Musicale. +Copyright (C) 2002-2024, GRAME - Centre National de Creation Musicale. All rights reserved. diff --git a/documentation/compiler/Doxyfile b/documentation/compiler/Doxyfile index 13a98b99cf..45b5547d60 100644 --- a/documentation/compiler/Doxyfile +++ b/documentation/compiler/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "FAUST compiler" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.70.1 +PROJECT_NUMBER = 2.70.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/documentation/libfaust/Doxyfile b/documentation/libfaust/Doxyfile index 62ad9d9e7c..bfa577681e 100644 --- a/documentation/libfaust/Doxyfile +++ b/documentation/libfaust/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = libfaust -PROJECT_NUMBER = 2.70.1 +PROJECT_NUMBER = 2.70.2 OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/documentation/libfaustremote/Doxyfile b/documentation/libfaustremote/Doxyfile index c9263b75b0..1121cb9e41 100644 --- a/documentation/libfaustremote/Doxyfile +++ b/documentation/libfaustremote/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = libfaustremote -PROJECT_NUMBER = 2.70.1 +PROJECT_NUMBER = 2.70.2 OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/documentation/man/README.md b/documentation/man/README.md index 40b46e1d2f..bee60372fd 100644 --- a/documentation/man/README.md +++ b/documentation/man/README.md @@ -1,4 +1,4 @@ -% man(1) Version 2.70.1 (28-December-2023) | Faust man page +% man(1) Version 2.70.2 (02-January-2024) | Faust man page NAME ==== @@ -259,6 +259,6 @@ Please report bugs to: **** AUTHOR ====== -Copyright (C) 2002-2023, GRAME - Centre National de Creation Musicale. +Copyright (C) 2002-2024, GRAME - Centre National de Creation Musicale. All rights reserved. diff --git a/documentation/man/man-header.txt b/documentation/man/man-header.txt index 57b5feded4..4b15a321fd 100644 --- a/documentation/man/man-header.txt +++ b/documentation/man/man-header.txt @@ -1,4 +1,4 @@ -% man(1) Version 2.70.1 (28-December-2023) | Faust man page +% man(1) Version 2.70.2 (02-January-2024) | Faust man page NAME ==== diff --git a/documentation/man/man1/faust.1 b/documentation/man/man1/faust.1 index d382fd1534..8b141dda34 100644 --- a/documentation/man/man1/faust.1 +++ b/documentation/man/man1/faust.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.8 .\" -.TH "man" "1" "" "Version 2.70.1 (28-December-2023)" "Faust man page" +.TH "man" "1" "" "Version 2.70.2 (02-January-2024)" "Faust man page" .SH NAME Faust - DSP to C/C++, CMajor, Codebox, CSharp, DLang, Interpreter, Java, LLVM IR, Julia, JSFX, Rust and WebAssembly (wast/wasm) diff --git a/windows/faust.rc b/windows/faust.rc index f58977324d..5e70ce884a 100644 --- a/windows/faust.rc +++ b/windows/faust.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,70,1,0 - PRODUCTVERSION 2,70,1,0 + FILEVERSION 2,70,2,0 + PRODUCTVERSION 2,70,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BLOCK "040c04b0" BEGIN VALUE "FileDescription", "Faust compiler" - VALUE "FileVersion", "2, 70, 1, 0" + VALUE "FileVersion", "2, 70, 2, 0" VALUE "InternalName", "Faust" VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame" VALUE "OriginalFilename", "faust.exe" VALUE "ProductName", "Faust" - VALUE "ProductVersion", "2, 70, 1, 0" + VALUE "ProductVersion", "2, 70, 2, 0" END END BLOCK "VarFileInfo" diff --git a/windows/faustdll.rc b/windows/faustdll.rc index f58977324d..5e70ce884a 100644 --- a/windows/faustdll.rc +++ b/windows/faustdll.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,70,1,0 - PRODUCTVERSION 2,70,1,0 + FILEVERSION 2,70,2,0 + PRODUCTVERSION 2,70,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BLOCK "040c04b0" BEGIN VALUE "FileDescription", "Faust compiler" - VALUE "FileVersion", "2, 70, 1, 0" + VALUE "FileVersion", "2, 70, 2, 0" VALUE "InternalName", "Faust" VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame" VALUE "OriginalFilename", "faust.exe" VALUE "ProductName", "Faust" - VALUE "ProductVersion", "2, 70, 1, 0" + VALUE "ProductVersion", "2, 70, 2, 0" END END BLOCK "VarFileInfo"