1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-09-20 16:48:02 +00:00
parent 70c07eed72
commit c13f0a90f4
3 changed files with 29 additions and 9 deletions

View file

@ -1,3 +1,22 @@
2001-09-20 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add version.h
* versiondat.h.in: removed (obsolete).
* 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.
* version.h: renamed to version.h.in.
* version.c
(scm_major_version): support integer *_VERSION macros.
(scm_minor_version): support integer *_VERSION macros.
(scm_micro_version): support integer *_VERSION macros.
(scm_version): support integer *_VERSION macros.
2001-09-20 Mikael Djurfeldt <mdj@linnaeus>
* error.c, error.h: Made error keys globally accessible.