Skip to content

Commit

Permalink
increase version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 24, 2020
1 parent 44f0299 commit 612f8d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8.0.0)
project(libheif LANGUAGES C CXX VERSION 1.9.0.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
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
AC_PREREQ([2.68])
AC_INIT([libheif], [1.8.0], [[email protected]])
AC_INIT([libheif], [1.9.0], [[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=8
PROJECT_VERSION_MINOR=9
PROJECT_VERSION_PATCH=0
PROJECT_VERSION_TWEAK=0
AC_SUBST(PROJECT_VERSION_MAJOR)
Expand All @@ -19,9 +19,9 @@ AC_SUBST(PROJECT_VERSION_TWEAK)
# If any interfaces have been added since the last public release, then increment age.
# If any interfaces have been removed or changed since the last public release, then set age to 0.

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

0 comments on commit 612f8d7

Please sign in to comment.