aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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