summaryrefslogtreecommitdiff
path: root/libguile/version.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove (C) from copyright statementsAndy Wingo2018-06-201-11/+3
| | | | | | As the FSF advises, 'There is no legal significance to using the three-character sequence “(C)”, but it does no harm.' It does take up space though! For that reason, we remove it here from our C files.
* [build] Create libguile/version.h using the configure script.Thien-Thi Nguyen2010-08-181-4/+4
| | | | | | | | | | | | | * 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’.
* version.h has SCM_EFFECTIVE_VERSION; effective-version uses thatAndy Wingo2010-03-161-1/+2
| | | | | | | | | | | * 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.
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
| | | | | | | | | | (Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
* 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.Rob Browning2002-12-091-3/+4
| | | | | | (SCM_MINOR_VERSION): use @--@ substitution now. (SCM_MICRO_VERSION): use @--@ substitution now. (scm_effective_version): new function prototype.
* * version.h.inRob Browning2001-11-181-3/+3
| | | | | | (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.
* * version.h.in: renamed from version.h.Rob Browning2001-09-201-0/+70
(SCM_GUILE_MAJOR_VERSION): new public macro. (SCM_GUILE_MINOR_VERSION): new public macro. (SCM_GUILE_MICRO_VERSION): new public macro.