Bumped version number to 1.3.19.

This commit is contained in:
Sven Neumann 2003-08-14 12:11:27 +00:00
parent 9bb47585d4
commit 26a8b5a2d9
2 changed files with 6 additions and 3 deletions

View file

@ -1,9 +1,12 @@
2003-08-14 Sven Neumann <sven@gimp.org>
* configure.in: bumped the version number to 1.3.19.
2003-08-14 Jay Cox <jaycox@gimp.org>
* app/paint/gimppaintcore.c: Eliminate the rounding errors that
were in gimp_paint_core_subsample_mask. Fixes bug #118741
2003-08-14 Helvetix Victorinox <helvetix@gimp.org>
* composite/ modularisation of the automatic compositing function

View file

@ -32,7 +32,7 @@ GIMPPRINT_REQUIRED_VERSION=4.2.0
#
GIMP_MAJOR_VERSION=1
GIMP_MINOR_VERSION=3
GIMP_MICRO_VERSION=18
GIMP_MICRO_VERSION=19
GIMP_INTERFACE_AGE=0
GIMP_BINARY_AGE=0
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
@ -864,7 +864,7 @@ fi
#################
AC_ARG_WITH(aa, [ --without-aa do not build the AA plug-in])
AC_ARG_WITH(aa, [ --without-aa do not build the AA plug-in])
if test x$with_aa != xno && test -z "$LIBAA"; then
AC_CHECK_LIB(aa, aa_printf,
[AC_CHECK_HEADER(aalib.h,