From 85f47ba8be83d83e0d4520a7e673cef2512a9e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 16 Nov 2022 17:30:31 +0100 Subject: [PATCH] Bump version to v0.3.3 --- CHANGELOG.txt | 7 ++++++- Makefile | 2 +- README.md | 4 ++-- flite-help.pd | 2 +- flite-meta.pd | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 146335a..0968de2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ Changelog for pd-flite +v0.3.3, dated 16-11-2022 + +- Remove flite sources (include them via gitmodules) +- Allow building against system-installed libflite + v0.3.2, dated 24-06-2022 - Better thread coding @@ -15,4 +20,4 @@ v0.3.0, dated 12-06-2022 - Add Flite sources and include them in the build. - The build includes the 5 built-in "voices" that can be used in the synthesis. - Update pd-lib-builder to 0.6.0 -- New method to read from files. \ No newline at end of file +- New method to read from files. diff --git a/Makefile b/Makefile index 31d6adc..0ebf2f9 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ endif ldlibs += -lm -lpthread -cflags += -I . -DVERSION='"0.3.2"' +cflags += -I . -DVERSION='"0.3.3"' # input source file (class name == source file basename) flite.class.sources = flite.c diff --git a/README.md b/README.md index 52bc0e5..0f58224 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ README for Pd external distribution 'pd-flite' -Last updated for version 0.3.2 +Last updated for version 0.3.3 # DESCRIPTION @@ -91,6 +91,6 @@ Bryan Jurish # MAINTENANCE -Since v0.3.0 Lucas Cordiviola https://github.com/Lucarda/pd-flite +Since v0.3.0 Lucas Cordiviola https://github.com/pd-externals/flite - Thanks to Christof Ressi for code reviews. diff --git a/flite-help.pd b/flite-help.pd index 70d7a8d..323a7d6 100644 --- a/flite-help.pd +++ b/flite-help.pd @@ -163,7 +163,7 @@ playing., f 46; it; #X msg 137 415 thrd_voice_file \$1; #X text 262 410 threaded version, f 9; -#X text 412 630 v0.3.2 updated by Lucas Cordiviola https://github.com/Lucarda/pd-flite +#X text 412 630 v0.3.3 updated by Lucas Cordiviola https://github.com/pd-externals/flite ; #X connect 8 0 59 0; #X connect 9 0 59 0; diff --git a/flite-meta.pd b/flite-meta.pd index 6f23176..8059fa3 100644 --- a/flite-meta.pd +++ b/flite-meta.pd @@ -1,6 +1,6 @@ #N canvas 169 49 432 242 10; #N canvas 25 49 420 300 META 1; -#X text 10 10 VERSION 0.3.2; +#X text 10 10 VERSION 0.3.3; #X text 10 30 AUTHOR Bryan Jurish ; #X text 10 50 NAME flite; #X text 10 70 LICENSE GPL-2;