File: GUILE-VERSION

package info (click to toggle)
guile-3.0 3.0.10%2Breally3.0.10-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 35,752 kB
  • sloc: ansic: 183,632; lisp: 99,770; sh: 4,603; makefile: 1,843; awk: 239; javascript: 9
file content (24 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*-shell-script-*-

# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
GUILE_MAJOR_VERSION=3
GUILE_MINOR_VERSION=0
GUILE_MICRO_VERSION=10

GUILE_EFFECTIVE_VERSION=3.0


# All of the shared lib versioning info.  Right now, for this to work
# properly, you'll also need to add AC_SUBST calls to the right place
# in configure.in, add the right -version-info statement to your
# Makefile.am.

# See libtool info pages for more information on how and when to change
# these.  Note: We consider the ABI of default builds, and not that of
# '--disable-deprecated' builds.  Generally speaking, within a stable
# series, you increment CURRENT and AGE and set REVISION to 0.

LIBGUILE_INTERFACE_CURRENT=8
LIBGUILE_INTERFACE_REVISION=0
LIBGUILE_INTERFACE_AGE=7
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"