Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed May 15, 2015
1 parent 122b6f7 commit 3903ba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ LT_INIT
AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_SUBST([EC_LIBTOOL_VERSION], [1:0:0])
# | | |
# +-----+ | +----+
# | | |
# current:revision:age
# | | |
# | | +-- Increment if interfaces have been added, or set to
# | | zero if interfaces have been removed or changed.
# | |
# | +----------Increment if source has changed, or set to zero if
# | current has been incremented.
# |
# +------------------Increment if interfaces have been added, changed, or
# removed.

# Features
AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Enable debugging]), [], [enable_debug=no])
AS_IF([test "x$enable_debug" != xno], [
Expand Down
2 changes: 1 addition & 1 deletion src/libec/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include_HEADERS = include/ec.h

lib_LTLIBRARIES = libec.la

libec_la_LDFLAGS = -version-info 0:0:0
libec_la_LDFLAGS = -version-info @EC_LIBTOOL_VERSION@
libec_la_CFLAGS = $(AM_CFLAGS) -DTARGET_LIBEC
libec_la_SOURCES = ../config.h \
include/common.h \
Expand Down

0 comments on commit 3903ba3

Please sign in to comment.