Skip to content

Commit

Permalink
increase version to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 25, 2020
1 parent c56eb9a commit 2e218ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.3.2)

project(libheif LANGUAGES C CXX VERSION 1.9.0.0)
project(libheif LANGUAGES C CXX VERSION 1.9.1.0)

option(USE_LOCAL_RAV1E "Include rav1e support from local rav1e source" FALSE)
option(USE_LOCAL_DAV1D "Include dav1d support from local dav1d source" FALSE)
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
AC_PREREQ([2.68])
AC_INIT([libheif], [1.9.0], [[email protected]])
AC_INIT([libheif], [1.9.1], [[email protected]])
AC_CONFIG_SRCDIR([libheif/box.cc])
AC_CONFIG_HEADERS([config.h])

# Note: do not forget to set the version in the CMakeLists.txt file accordingly
PROJECT_VERSION_MAJOR=1
PROJECT_VERSION_MINOR=9
PROJECT_VERSION_PATCH=0
PROJECT_VERSION_PATCH=1
PROJECT_VERSION_TWEAK=0
AC_SUBST(PROJECT_VERSION_MAJOR)
AC_SUBST(PROJECT_VERSION_MINOR)
Expand All @@ -20,7 +20,7 @@ AC_SUBST(PROJECT_VERSION_TWEAK)
# If any interfaces have been removed or changed since the last public release, then set age to 0.

LIBHEIF_CURRENT=10
LIBHEIF_REVISION=0
LIBHEIF_REVISION=1
LIBHEIF_AGE=9
AC_SUBST(LIBHEIF_CURRENT)
AC_SUBST(LIBHEIF_REVISION)
Expand Down

0 comments on commit 2e218ef

Please sign in to comment.