Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
a44b9846
Commit
a44b9846
authored
Nov 11, 2012
by
Ivica Bukvic
Browse files
About now reflects l2ork version
parent
bcf6f459
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/s_main.c
View file @
a44b9846
...
...
@@ -244,8 +244,10 @@ static void pd_makeversion(void)
{
char
foo
[
100
];
snprintf
(
foo
,
sizeof
(
foo
),
"Pd version %d.%d-%d%s
\n
"
,
PD_MAJOR_VERSION
,
PD_MINOR_VERSION
,
PD_BUGFIX_VERSION
,
PD_TEST_VERSION
);
//snprintf(foo, sizeof(foo), "Pd-l2ork version %d.%d-%d%s\n", PD_MAJOR_VERSION,
// PD_MINOR_VERSION, PD_BUGFIX_VERSION, PD_TEST_VERSION);
snprintf
(
foo
,
sizeof
(
foo
),
"Pd-l2ork version %s
\n
"
,
PD_TEST_VERSION
);
pd_version
=
strdup
(
foo
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment