Skip to content

Commit eb0c346

Browse files
committed
Update the ABI version to 1:0:0
As per the [libtool versioning guidelines][1]. >If any interfaces have been added, removed, or changed since the >last update, increment current, and set revision to 0. [1]: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
1 parent c10b49e commit eb0c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include $(top_srcdir)/Makefile.conf
3434

3535
libsass_la_SOURCES = ${CSOURCES} ${SOURCES}
3636

37-
libsass_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 0:9:0
37+
libsass_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 1:0:0
3838

3939
if ENABLE_TESTS
4040
if ENABLE_COVERAGE

0 commit comments

Comments
 (0)