aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-08-27 12:19:06 +0100
committerChristopher Baines <mail@cbaines.net>2016-09-03 12:20:26 +0100
commitf860264a068f0b4d5e78b0716d398e232f947ee7 (patch)
tree7111c72e5b449ba79ec5610bdc3f2f83d9ef1ff3
parent0812b7f539f16a96760017805161cb6a073fae0f (diff)
downloadpyguile-f860264a068f0b4d5e78b0716d398e232f947ee7.tar
pyguile-f860264a068f0b4d5e78b0716d398e232f947ee7.tar.gz
Remove PYGUILE_BUILD
-rw-r--r--pyguile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyguile.c b/pyguile.c
index ecd5053..ef7d436 100644
--- a/pyguile.c
+++ b/pyguile.c
@@ -461,7 +461,7 @@ python_import(SCM smodulename)
SCM
pyguile_version(void)
{
- return(scm_makfrom0str("PyGuile Version " PYGUILE_VERSION ", Build " PYGUILE_BUILD));
+ return(scm_makfrom0str("PyGuile Version " PYGUILE_VERSION));
}
void