diff --git a/ChangeLog b/ChangeLog index 44e3d4649d..df802406fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ +2003-08-14 Sven Neumann + + * configure.in: bumped the version number to 1.3.19. + 2003-08-14 Jay Cox * app/paint/gimppaintcore.c: Eliminate the rounding errors that were in gimp_paint_core_subsample_mask. Fixes bug #118741 - 2003-08-14 Helvetix Victorinox * composite/ modularisation of the automatic compositing function diff --git a/configure.in b/configure.in index 9011956cad..42fa0a8b05 100644 --- a/configure.in +++ b/configure.in @@ -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,