Skip to content

Commit

Permalink
set release date
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Jun 20, 2024
1 parent 8a5108c commit b6e9b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyclone_objects/binaries/cyclone_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ void print_cyclone(t_cyclone *x){
sys_getversion(&major, &minor, &bugfix);
post("");
post("--------------------------------------------------------------------");
post(":: Cyclone %d.%d-%d; Released June 12th 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: Cyclone %d.%d-%d; Released June 20th 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: License: BSD-3-Clause (aka Revised BSD License)");
post(":: Copyright © 2003-2024 - Krzysztof Czaja, Hans-Christoph Steiner,");
post(":: Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber\n\:: and others.");
Expand Down
2 changes: 1 addition & 1 deletion documentation/extra_files/cyclone-meta.pd
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
#X text 26 205 HELP_PATCHES_AUTHOR: Alexandre Torres Porres, f 60;
#X text 26 135 FOLLOWING DEVELOPERS: Hans-Christoph Steiner (2005-2013) and Fred Jan Kraan (dec/2014 - feb/2016);
#X text 26 66 VERSION: 0.9-0, f 60;
#X text 26 84 RELEASE_DATE: Released June 15th 2024, f 60;
#X text 26 165 CURRENT DEVELOPERS (since february 2016): Alexandre Torres Porres \, Derek Kwan and Matt Barber (Actually \, since about 2020 \, virtually just Porres)., f 60;
#X text 26 84 RELEASE_DATE: Released June 20th 2024, f 60;

0 comments on commit b6e9b22

Please sign in to comment.