vrsion -> 1.1.0

SVN revision: 7161
This commit is contained in:
Carsten Haitzler 2003-07-13 01:32:02 +00:00
parent 4b6a9ea778
commit 1c68760158
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT(src/Imlib2.h)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(imlib2, 1.0.7)
AM_INIT_AUTOMAKE(imlib2, 1.1.0)
AM_CONFIG_HEADER(config.h)

View File

@ -1,6 +1,6 @@
Summary: Powerful image loading and rendering library
Name: imlib2
Version: 1.0.7
Version: 1.1.0
Release: 0.1
Copyright: BSD
Group: System Environment/Libraries
@ -11,7 +11,7 @@ URL: http://www.rasterman.com/raster/imlib.html
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: XFree86-devel
BuildRequires: freetype-devel
BuildRequires: freetype2-devel
Requires: %{name}-loader_jpeg = %{version}
Requires: %{name}-loader_png = %{version}
Requires: %{name}-loader_argb = %{version}

View File

@ -29,7 +29,7 @@ libImlib2_la_SOURCES = scale.c image.c blend.c file.c rgbadraw.c api.c \
EXTRA_libImlib2_la_SOURCES = rend.c ximage.c rgba.c color.c grab.c draw.c \
context.c color.h context.h draw.h grab.h rend.h \
rgba.h ximage.h $(MMX_SRCS)
libImlib2_la_LDFLAGS = -version-info 1:4:0
libImlib2_la_LDFLAGS = -version-info 2:0:1
if HAVE_MMX
libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(MMX_OBJS) \