From f860264a068f0b4d5e78b0716d398e232f947ee7 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Aug 2016 12:19:06 +0100 Subject: Remove PYGUILE_BUILD --- pyguile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3