This commit is contained in:
Kim Woelders 2021-08-08 19:27:52 +02:00
parent d2ff569608
commit b9c88445a2
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,13 @@
***
*** Version 1.7.3 ***
***
Kim Woelders (2):
autofoo: Resurrect non-pkg check for bzip2
1.7.3
***
*** Version 1.7.2 ***
***

View File

@ -1,4 +1,4 @@
AC_INIT([imlib2],[1.7.2],[enlightenment-devel@lists.sourceforge.net])
AC_INIT([imlib2],[1.7.3],[enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
@ -21,7 +21,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
LT_INIT
VERSION_CUR=8
VERSION_REV=2
VERSION_REV=3
VERSION_AGE=7
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)