Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pd-lua
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
pd-lua
Commits
8eaaaa3c
Commit
8eaaaa3c
authored
4 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Version bump.
parent
450f215a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pdlua-meta.pd
+1
-1
1 addition, 1 deletion
pdlua-meta.pd
pdlua.c
+1
-1
1 addition, 1 deletion
pdlua.c
with
2 additions
and
2 deletions
pdlua-meta.pd
+
1
−
1
View file @
8eaaaa3c
...
...
@@ -6,5 +6,5 @@
#X text 10 70 DESCRIPTION lua loader for pd;
#X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin
Peach \, IOhannes m zmölnig \, Albert Gräf;
#X text 10 110 VERSION 0.
9
;
#X text 10 110 VERSION 0.
10
;
#X restore 10 20 pd META;
This diff is collapsed.
Click to expand it.
pdlua.c
+
1
−
1
View file @
8eaaaa3c
...
...
@@ -1648,7 +1648,7 @@ void pdlua_setup(void)
t_pdlua_readerdata
reader
;
int
fd
;
int
result
;
char
*
pdluaver
=
"pdlua 0.
9
(GPL) 2014-20
18
Martin Peach et al., based on"
;
char
*
pdluaver
=
"pdlua 0.
10
(GPL) 2014-20
20
Martin Peach et al., based on"
;
char
*
luaver
=
"lua 0.6~svn (GPL) 2008 Claude Heiland-Allen <claude@mathr.co.uk>"
;
char
compiled
[
MAXPDSTRING
];
char
luaversionStr
[
MAXPDSTRING
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment