summaryrefslogtreecommitdiff
path: root/libguile/version.h.in
Commit message (Expand)AuthorAgeFilesLines
* [build] Create libguile/version.h using the configure script....* configure.ac (AC_CONFIG_FILES): Add libguile/version.h. * libguile/Makefile.am (version.h): Delete target. (EXTRA_DIST): Remove version.h.in. (BUILT_SOURCES): Remove version.h. (MOSTLYCLEANFILES): Remove version.h, version.h.tmp. * libguile/version.h.in (SCM_MAJOR_VERSION): Use conventional @VAR@ instead of @-VAR-@ for ‘GUILE_MAJOR_VERSION’. (SCM_MINOR_VERSION, SCM_MICRO_VERSION, SCM_EFFECTIVE_VERSION): Likewise for ‘GUILE_MINOR_VERSION’, ‘GUILE_MICRO_VERSION’, ‘GUILE_EFFECTIVE_VERSION’. Thien-Thi Nguyen2010-08-181-4/+4
* version.h has SCM_EFFECTIVE_VERSION; effective-version uses that...* libguile/version.c (scm_effective_version): Use SCM_EFFECTIVE_VERSION. * libguile/version.h.in (SCM_EFFECTIVE_VERSION): Define from GUILE_EFFECTIVE_VERSION. * libguile/Makefile.am (version.h): Subst in GUILE_EFFECTIVE_VERSION. * test-suite/tests/version.test ("version reporting works"): The effective version is not necessarily MAJOR.MINOR. Remove check. Andy Wingo2010-03-161-1/+2
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8Kevin Ryde2007-01-151-6/+6
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * version.h.in (SCM_MICRO_VERSION): use @--@ substitution now....(SCM_MINOR_VERSION): use @--@ substitution now. (SCM_MICRO_VERSION): use @--@ substitution now. (scm_effective_version): new function prototype. Rob Browning2002-12-091-3/+4
* * version.h.in...(SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION. (SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION. (SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION. Rob Browning2001-11-181-3/+3
* * version.h.in: renamed from version.h....(SCM_GUILE_MAJOR_VERSION): new public macro. (SCM_GUILE_MINOR_VERSION): new public macro. (SCM_GUILE_MICRO_VERSION): new public macro. Rob Browning2001-09-201-0/+70