From a2e7397c8def708d4fe71a0037e96eec523e3566 Mon Sep 17 00:00:00 2001 From: vareille Date: Tue, 5 Dec 2017 13:36:23 +0100 Subject: [PATCH] 1.0.6 --- readme.txt | 2 +- toot.h | 2 +- toot_cmd_line_main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 96b85f7..9488ca3 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ I've got tired of beep not working, here is toot (cross-platform C C++), toot wo it's both a C C++ library and a command line tool Windows OSX Linux BSD Solaris Minix Raspbian -toot v1.0.5 (c) 2017 Guillaume Vareille http://ysengrin.com zlib licence +toot v1.0.6 (c) 2017 Guillaume Vareille http://ysengrin.com zlib licence void toot(float aFrequency_Hz, int aLength_ms) ; diff --git a/toot.h b/toot.h index 3cfd833..aace193 100644 --- a/toot.h +++ b/toot.h @@ -1,5 +1,5 @@ /* __ __ - / /_____ ____ / /_ toot.h v1.0.5 [Nov 8, 2017] zlib licence + / /_____ ____ / /_ toot.h v1.0.6 [Dec 5, 2017] zlib licence / __/ __ \/ __ \/ __/ cross-platform library and command line tool to toot "tooooot" / /_/ /_/ / /_/ / /_ file created [November 7, 2017] \__/\____/\____/\__/ Copyright (c) 2017 Guillaume Vareille http://ysengrin.com diff --git a/toot_cmd_line_main.c b/toot_cmd_line_main.c index b433730..08b8a89 100644 --- a/toot_cmd_line_main.c +++ b/toot_cmd_line_main.c @@ -1,5 +1,5 @@ /* __ __ - / /_____ ____ / /_ toot_cmd_line_main.c v1.0.5 [Nov 8, 2017] zlib licence + / /_____ ____ / /_ toot_cmd_line_main.c v1.0.6 [Dec 5, 2017] zlib licence / __/ __ \/ __ \/ __/ cross-platform library and command line tool to toot "tooooot" / /_/ /_/ / /_/ / /_ file created [November 7, 2017] \__/\____/\____/\__/ Copyright (c) 2017 Guillaume Vareille http://ysengrin.com