Skip to content

Commit

Permalink
libe131: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhromic committed May 14, 2018
1 parent aa1811c commit 56899c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dist_doc_DATA = LICENSE README.md

lib_LTLIBRARIES = libe131.la
libe131_la_SOURCES = src/e131.c
libe131_la_LDFLAGS = -export-symbols-regex '^[eE]131_[^_]' -version-info 1:3:1
libe131_la_LDFLAGS = -export-symbols-regex '^[eE]131_[^_]'
include_HEADERS = src/e131.h

# see: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
libe131_la_LDFLAGS += -version-info 1:4:0
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([libe131], [1.3.1], [[email protected]])
AC_INIT([libe131], [1.4.0], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
Expand Down

0 comments on commit 56899c0

Please sign in to comment.