mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* 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.
This commit is contained in:
parent
59c3c90cd5
commit
76cc798fd5
1 changed files with 4 additions and 3 deletions
|
@ -48,14 +48,15 @@
|
|||
|
||||
|
||||
|
||||
#define SCM_MAJOR_VERSION @GUILE_MAJOR_VERSION@
|
||||
#define SCM_MINOR_VERSION @GUILE_MINOR_VERSION@
|
||||
#define SCM_MICRO_VERSION @GUILE_MICRO_VERSION@
|
||||
#define SCM_MAJOR_VERSION @-GUILE_MAJOR_VERSION-@
|
||||
#define SCM_MINOR_VERSION @-GUILE_MINOR_VERSION-@
|
||||
#define SCM_MICRO_VERSION @-GUILE_MICRO_VERSION-@
|
||||
|
||||
extern SCM scm_major_version (void);
|
||||
extern SCM scm_minor_version (void);
|
||||
extern SCM scm_micro_version (void);
|
||||
extern SCM scm_version (void);
|
||||
extern SCM scm_effective_version (void);
|
||||
extern void scm_init_version (void);
|
||||
|
||||
#endif /* VERSIONH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue