Skip to content

Commit

Permalink
Release 0.24.2 (reverted erroneous FFmpeg warning fixes).
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Sep 20, 2022
1 parent 82ce891 commit 2e16e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl Run `./autogen.sh` to generate a configure script.
dnl Then run `./configure` to generate a Makefile.
dnl Finally run `make` to build the project.
AC_PREREQ([2.69])
AC_INIT([aiscm], [0.24.1], [[email protected]])
DATE=2022-07-09
AC_INIT([aiscm], [0.24.2], [[email protected]])
DATE=2022-09-20
AC_SUBST(DATE)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([--warnings=no-portability foreign])
Expand Down

0 comments on commit 2e16e38

Please sign in to comment.