Skip to content

Commit

Permalink
increase version to v1.3.2, libtool version 4:2:3
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jun 19, 2018
1 parent 0c7d301 commit 2706077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_PREREQ([2.68])
AC_INIT([libheif], [1.3.1], [opensource@struktur.de])
AC_INIT([libheif], [1.3.2], [opensource@struktur.de])
AC_CONFIG_SRCDIR([libheif/box.cc])
AC_CONFIG_HEADERS([config.h])

NUMERIC_VERSION=0x01030100 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
NUMERIC_VERSION=0x01030200 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
AC_SUBST(NUMERIC_VERSION)

# From https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html:
Expand All @@ -13,7 +13,7 @@ AC_SUBST(NUMERIC_VERSION)
# If any interfaces have been removed or changed since the last public release, then set age to 0.

LIBHEIF_CURRENT=4
LIBHEIF_REVISION=1
LIBHEIF_REVISION=2
LIBHEIF_AGE=3
AC_SUBST(LIBHEIF_CURRENT)
AC_SUBST(LIBHEIF_REVISION)
Expand Down

0 comments on commit 2706077

Please sign in to comment.