- # -*- sh -*-
- # Versioning (SONAMEs) for StarPU libraries.
- # Libtool interface versioning (info "(libtool) Versioning").
- LIBSTARPU_INTERFACE_CURRENT=0 # increment upon ABI change
- LIBSTARPU_INTERFACE_REVISION=0 # increment upon implementation change
- LIBSTARPU_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
|