mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* LIBGUILEREADLINE-VERSION: new file containing shared lib
versioning information.
This commit is contained in:
parent
1cadfbc0dd
commit
c5a4c0e6f2
1 changed files with 13 additions and 0 deletions
13
guile-readline/LIBGUILEREADLINE-VERSION
Normal file
13
guile-readline/LIBGUILEREADLINE-VERSION
Normal file
|
@ -0,0 +1,13 @@
|
|||
# -*-shell-script-*-
|
||||
|
||||
# This file contains the shared library versioning information. 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, and add a call to
|
||||
# source this file from configure.in. Later we may automate more of
|
||||
# this.
|
||||
|
||||
LIBGUILEREADLINE_INTERFACE_CURRENT=10
|
||||
LIBGUILEREADLINE_INTERFACE_REVISION=0
|
||||
LIBGUILEREADLINE_INTERFACE_AGE=0
|
||||
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
|
Loading…
Add table
Add a link
Reference in a new issue