Skip to content

Commit

Permalink
increase version to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Feb 1, 2021
1 parent cdcb3a6 commit b09342f
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.13)

project(libheif LANGUAGES C CXX VERSION 1.10.0.0)
project(libheif LANGUAGES C CXX VERSION 1.11.0.0)

# https://cmake.org/cmake/help/v3.1/policy/CMP0054.html
cmake_policy(SET CMP0054 NEW)
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.10.0], [[email protected]])
AC_INIT([libheif], [1.11.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=10
PROJECT_VERSION_MINOR=11
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=11
LIBHEIF_CURRENT=12
LIBHEIF_REVISION=0
LIBHEIF_AGE=10
LIBHEIF_AGE=11
AC_SUBST(LIBHEIF_CURRENT)
AC_SUBST(LIBHEIF_REVISION)
AC_SUBST(LIBHEIF_AGE)
Expand Down

0 comments on commit b09342f

Please sign in to comment.