aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_main.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-02 04:58:24 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-02 04:58:24 +0000
commitfd14b14379cf592d3806385814b8ed2a86336f02 (patch)
treeac923ddced383167a4d5761f9124f6e702c289c7 /pd/src/s_main.c
parent08596048cf2b13cfba6d7fabe5ad5604875d9a45 (diff)
Memory leak patch, plus change to x_connective.c to fix a bug
svn path=/trunk/; revision=4103
Diffstat (limited to 'pd/src/s_main.c')
-rw-r--r--pd/src/s_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/s_main.c b/pd/src/s_main.c
index ba3c5e70..b722d960 100644
--- a/pd/src/s_main.c
+++ b/pd/src/s_main.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-char pd_version[] = "Pd version 0.39-1\n";
+char pd_version[] = "Pd version 0.39-2\n";
char pd_compiletime[] = __TIME__;
char pd_compiledate[] = __DATE__;