Skip to content

Commit

Permalink
Set version 2.74.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 17, 2024
1 parent bb1637c commit 52fa6ee
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libfaust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: libfaust

env:
FAUST_VERSION: 2.73.2
FAUST_VERSION: 2.74.0
FAUSTGEN_VERSION: 1.69
LLVM_PACKAGE_VERSION: 15.0.7
CMAKE_OSX_DEPLOYMENT_TARGET: 10.15
Expand Down
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FAUST compiler, Version 2.73.2
FAUST compiler, Version 2.74.0
Copyright (C) 2003-2024 GRAME, Centre National de Creation Musicale
Copyright (C) 2023-2024 INRIA
---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := 2.73.2
version := 2.74.0

system ?= $(shell uname -s)

Expand Down
6 changes: 3 additions & 3 deletions architecture/faust/export.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
#define __export__

// Version as a global string
#define FAUSTVERSION "2.73.2"
#define FAUSTVERSION "2.74.0"

// Version as separated [major,minor,patch] values
#define FAUSTMAJORVERSION 2
#define FAUSTMINORVERSION 73
#define FAUSTPATCHVERSION 2
#define FAUSTMINORVERSION 74
#define FAUSTPATCHVERSION 0

// 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
Expand Down
2 changes: 1 addition & 1 deletion build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (faust)

#######################################
# versions management
set (VERSION 2.73.2)
set (VERSION 2.74.0)
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} )
Expand Down
2 changes: 1 addition & 1 deletion build/MakeRelease.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

SET VERSION=2.73.2
SET VERSION=2.74.0
SET FAUSTGENVERSION=1.69

SET MYPATH=%cd%
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ system := $(shell echo $(system) | grep MINGW > /dev/null && echo MINGW || echo
# output directories
FAUSTDIR ?= faustdir
IOSDIR := iosdir
VERSION := 2.73.2
VERSION := 2.74.0

#===============================================================
# current generator and backends
Expand Down
4 changes: 3 additions & 1 deletion compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% man(1) Version 2.73.2 (16-April-2024) | Faust man page
% man(1) Version 2.74.0 (17-April-2024) | Faust man page

NAME
====
Expand Down Expand Up @@ -62,6 +62,8 @@ Code generation options:

**-fx** **--fixed-point** use fixed-point for internal computations.

**-fx**-size **--fixed-point-size** fixed-point number total size in bits (-1 is used to generate a unique fixpoint_t type).

**-es** 1|0 **--enable-semantics** 1|0 use enable semantics when 1 (default), and simple multiplication otherwise.

**-lcc** **--local-causality-check** check causality also at local level.
Expand Down
2 changes: 1 addition & 1 deletion documentation/compiler/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.73.2
PROJECT_NUMBER = 2.74.0

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion documentation/libfaust/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = libfaust
PROJECT_NUMBER = 2.73.2
PROJECT_NUMBER = 2.74.0
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion documentation/libfaustremote/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = libfaustremote
PROJECT_NUMBER = 2.73.2
PROJECT_NUMBER = 2.74.0
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
4 changes: 3 additions & 1 deletion documentation/man/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% man(1) Version 2.73.2 (16-April-2024) | Faust man page
% man(1) Version 2.74.0 (17-April-2024) | Faust man page

NAME
====
Expand Down Expand Up @@ -62,6 +62,8 @@ Code generation options:

**-fx** **--fixed-point** use fixed-point for internal computations.

**-fx**-size **--fixed-point-size** fixed-point number total size in bits (-1 is used to generate a unique fixpoint_t type).

**-es** 1|0 **--enable-semantics** 1|0 use enable semantics when 1 (default), and simple multiplication otherwise.

**-lcc** **--local-causality-check** check causality also at local level.
Expand Down
2 changes: 1 addition & 1 deletion documentation/man/man-header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% man(1) Version 2.73.2 (16-April-2024) | Faust man page
% man(1) Version 2.74.0 (17-April-2024) | Faust man page

NAME
====
Expand Down
6 changes: 5 additions & 1 deletion documentation/man/man1/faust.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.12.3
.\"
.TH "man" "1" "" "Version 2.73.2 (16\-April\-2024)" "Faust man page"
.TH "man" "1" "" "Version 2.74.0 (17\-April\-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)
Expand Down Expand Up @@ -59,6 +59,10 @@ precision floats for internal computations.
\f[B]\-fx\f[R] \f[B]\[en]fixed\-point\f[R] use fixed\-point for internal
computations.
.PP
\f[B]\-fx\f[R]\-size \f[B]\[en]fixed\-point\-size\f[R] fixed\-point
number total size in bits (\-1 is used to generate a unique fixpoint_t
type).
.PP
\f[B]\-es\f[R] 1|0 \f[B]\[en]enable\-semantics\f[R] 1|0 use enable
semantics when 1 (default), and simple multiplication otherwise.
.PP
Expand Down
8 changes: 4 additions & 4 deletions windows/faust.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,73,2,0
PRODUCTVERSION 2,73,2,0
FILEVERSION 2,74,0,0
PRODUCTVERSION 2,74,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040c04b0"
BEGIN
VALUE "FileDescription", "Faust compiler"
VALUE "FileVersion", "2, 73, 2, 0"
VALUE "FileVersion", "2, 74, 0, 0"
VALUE "InternalName", "Faust"
VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame"
VALUE "OriginalFilename", "faust.exe"
VALUE "ProductName", "Faust"
VALUE "ProductVersion", "2, 73, 2, 0"
VALUE "ProductVersion", "2, 74, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions windows/faustdll.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,73,2,0
PRODUCTVERSION 2,73,2,0
FILEVERSION 2,74,0,0
PRODUCTVERSION 2,74,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040c04b0"
BEGIN
VALUE "FileDescription", "Faust compiler"
VALUE "FileVersion", "2, 73, 2, 0"
VALUE "FileVersion", "2, 74, 0, 0"
VALUE "InternalName", "Faust"
VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame"
VALUE "OriginalFilename", "faust.exe"
VALUE "ProductName", "Faust"
VALUE "ProductVersion", "2, 73, 2, 0"
VALUE "ProductVersion", "2, 74, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 52fa6ee

Please sign in to comment.