Skip to content

Commit

Permalink
version bump to RC13
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Sep 25, 2024
1 parent 079c71f commit f4c6cf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/Extra-files/else-meta.pd
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#X text 37 172 WEBSITE: https://github.com/porres/pd-else, f 47;
#X text 37 59 DESCRIPTION: multi purpose / swiss army knife / general signal modules and building blocks for audio and general patching, f 47;
#X text 37 156 AUTHOR: Alexandre Torres Porres 2017-2024, f 47;
#X text 37 105 VERSION: 1.0-0_release_candidate_12, f 47;
#X text 37 122 RELEASE DATE: September 23rd 2024, f 47;
#X text 37 105 VERSION: 1.0-0_release_candidate_13, f 47;
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### for the Pure Data programming language

### Version: 1.0-0 RC-12 (release candidate #12) With Live Electronics Tutorial.
### Version: 1.0-0 RC-13 (release candidate #13) With Live Electronics Tutorial.

### Released September 23rd 2024
### Unreleased

Copyright © 2017-2024 Alexandre Torres Porres and others

Expand Down
4 changes: 2 additions & 2 deletions Source/Control/else.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static int else_minor = 0;
static int else_bugfix = 0;

#define STATUS "rc"
static int status_number = 12;
static int status_number = 13;

extern void lua_setup();

Expand Down Expand Up @@ -62,7 +62,7 @@ void else_obj_about(t_else_obj *x){
post("-------------------------------------------------------------------");
post(" -----> ELSE - EL Locus Solus' Externals for Pure Data <-----");
post("-------------------------------------------------------------------");
post("- Version: %d.%d-%d %s-%d; Released September 23rd 2024", else_major, else_minor, else_bugfix, STATUS, status_number);
post("- Version: %d.%d-%d %s-%d; Unreleased", else_major, else_minor, else_bugfix, STATUS, status_number);
post("- Author: Alexandre Torres Porres & others");
post("- Repository: https://github.com/porres/pd-else");
post("- License: Do What The Fuck You Want To Public License");
Expand Down

0 comments on commit f4c6cf5

Please sign in to comment.