summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-03 13:08:24 +0200
committerwm4 <wm4@nowhere>2015-10-03 20:18:46 +0200
commit59d815a6180a5758ac01291818ec5828afa32cab (patch)
tree42ced656bb54910b24a8dbc1e44ca3cbb5f4fe00 /libass/Makefile.am
parentccd27dc51ccbf2b68e562a3856b02fb12b1d5cd2 (diff)
downloadlibass-59d815a6180a5758ac01291818ec5828afa32cab.tar.bz2
libass-59d815a6180a5758ac01291818ec5828afa32cab.tar.xz
Release 0.13.00.13.0
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 62c2198..c0e4692 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -2,9 +2,9 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-Werror-implicit-function-declaration -Wstrict-prototypes \
-Wpointer-arith -Wredundant-decls -D_GNU_SOURCE
-LIBASS_LT_CURRENT = 6
-LIBASS_LT_REVISION = 2
-LIBASS_LT_AGE = 1
+LIBASS_LT_CURRENT = 7
+LIBASS_LT_REVISION = 0
+LIBASS_LT_AGE = 2
yasm_verbose = $(yasm_verbose_$(V))
yasm_verbose_ = $(yasm_verbose_$(AM_DEFAULT_VERBOSITY))