Skip to content

Commit

Permalink
[NEW] Experimental -diff option for 'Automatic Differentiation in the…
Browse files Browse the repository at this point in the history
… Faust Compiler', result of Thomas Rushton Google Summer of Code project. Set version to 2.67.0.
  • Loading branch information
sletz committed Aug 28, 2023
1 parent c0c256a commit 681a303
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libfaust.yml
@@ -1,7 +1,7 @@
name: libfaust

env:
FAUST_VERSION: 2.66.11
FAUST_VERSION: 2.67.0
FAUSTGEN_VERSION: 1.65
LLVM_PACKAGE_VERSION: 15.0.7
CMAKE_OSX_DEPLOYMENT_TARGET: 10.15
Expand Down
2 changes: 1 addition & 1 deletion COPYING.txt
@@ -1,4 +1,4 @@
FAUST compiler, Version 2.66.11
FAUST compiler, Version 2.67.0
Copyright (C) 2003-2019 GRAME, Centre National de Creation Musicale
---------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
version := 2.66.11
version := 2.67.0

system ?= $(shell uname -s)

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

// Version as a global string
#define FAUSTVERSION "2.66.11"
#define FAUSTVERSION "2.67.0"

// Version as separated [major,minor,patch] values
#define FAUSTMAJORVERSION 2
#define FAUSTMINORVERSION 66
#define FAUSTPATCHVERSION 11
#define FAUSTMINORVERSION 67
#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
Expand Up @@ -3,7 +3,7 @@ project (faust)

#######################################
# versions management
set (VERSION 2.66.11)
set (VERSION 2.67.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
@@ -1,6 +1,6 @@
@echo off

SET VERSION=2.66.11
SET VERSION=2.67.0
SET FAUSTGENVERSION=1.65

SET MYPATH=%cd%
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
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.66.11
VERSION := 2.67.0

#===============================================================
# current generator and backends
Expand Down
2 changes: 1 addition & 1 deletion compiler/README.md
@@ -1,4 +1,4 @@
% man(1) Version 2.66.11 (26-August-2023) | Faust man page
% man(1) Version 2.67.0 (28-August-2023) | Faust man page

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion documentation/compiler/Doxyfile
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.66.11
PROJECT_NUMBER = 2.67.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
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = libfaust
PROJECT_NUMBER = 2.66.11
PROJECT_NUMBER = 2.67.0
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion documentation/libfaustremote/Doxyfile
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = libfaustremote
PROJECT_NUMBER = 2.66.11
PROJECT_NUMBER = 2.67.0
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion documentation/man/README.md
@@ -1,4 +1,4 @@
% man(1) Version 2.66.11 (26-August-2023) | Faust man page
% man(1) Version 2.67.0 (28-August-2023) | Faust man page

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion documentation/man/man-header.txt
@@ -1,4 +1,4 @@
% man(1) Version 2.66.11 (26-August-2023) | Faust man page
% man(1) Version 2.67.0 (28-August-2023) | Faust man page

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion documentation/man/man1/faust.1
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "man" "1" "" "Version 2.66.11 (26-August-2023)" "Faust man page"
.TH "man" "1" "" "Version 2.67.0 (28-August-2023)" "Faust man page"
.hy
.SH NAME
.PP
Expand Down
8 changes: 4 additions & 4 deletions windows/faust.rc
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,66,11,0
PRODUCTVERSION 2,66,11,0
FILEVERSION 2,67,0,0
PRODUCTVERSION 2,67,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, 66, 11, 0"
VALUE "FileVersion", "2, 67, 0, 0"
VALUE "InternalName", "Faust"
VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame"
VALUE "OriginalFilename", "faust.exe"
VALUE "ProductName", "Faust"
VALUE "ProductVersion", "2, 66, 11, 0"
VALUE "ProductVersion", "2, 67, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions windows/faustdll.rc
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,66,11,0
PRODUCTVERSION 2,66,11,0
FILEVERSION 2,67,0,0
PRODUCTVERSION 2,67,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, 66, 11, 0"
VALUE "FileVersion", "2, 67, 0, 0"
VALUE "InternalName", "Faust"
VALUE "LegalCopyright", "Copyright (C) 2009-2019 - Grame"
VALUE "OriginalFilename", "faust.exe"
VALUE "ProductName", "Faust"
VALUE "ProductVersion", "2, 66, 11, 0"
VALUE "ProductVersion", "2, 67, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 681a303

Please sign in to comment.