-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1648,7 +1648,7 @@ void pdlua_setup(void) | |
t_pdlua_readerdata reader; | ||
int fd; | ||
int result; | ||
char* pdluaver = "pdlua 0.7.3 (GPL) 2014-2016 Martin Peach et al., based on"; | ||
char* pdluaver = "pdlua 0.9 (GPL) 2014-2018 Martin Peach et al., based on"; | ||
char* luaver = "lua 0.6~svn (GPL) 2008 Claude Heiland-Allen <[email protected]>"; | ||
char compiled[MAXPDSTRING]; | ||
char luaversionStr[MAXPDSTRING]; | ||
|