Bumped to 1.1

-Yosh
This commit is contained in:
Manish Singh 1998-06-06 01:09:27 +00:00
parent af91ba7476
commit 664f6c8761
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Fri Jun 5 18:08:32 PDT 1998 Manish Singh <yosh@gimp.org>
* configure.in: bumped to 1.1
Thu Jun 4 18:12:14 MEST 1998 Sven Neumann <sven@gimp.org>
* updated screenshot plug-in
Tue Jun 2 16:40:33 PDT 1998 Manish Singh <yosh@gimp.org>
* Made 1.0.0 release

View File

@ -5,7 +5,7 @@ dnl Initialize automake stuff
dnl $Format: "GIMP_MAJOR_VERSION=$ReleaseMajorVersion$" $
GIMP_MAJOR_VERSION=1
dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $
GIMP_MINOR_VERSION=0
GIMP_MINOR_VERSION=1
dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $
GIMP_MICRO_VERSION=0
@ -34,7 +34,7 @@ AC_ARG_ENABLE(ansi, [ --enable-ansi turn on strict ansi [default=no]]
, enable_ansi=no)
dnl Possibly change default gimpdir from .gimp
gimpdir=.gimp
gimpdir=.gimp-1.1
AC_ARG_ENABLE(gimpdir, [ --enable-gimpdir=DIR change default gimpdir from .gimp to DIR],
if eval "test x$enable_gimpdir != x"; then
if eval "test x$enable_gimpdir != xyes"; then
@ -44,7 +44,7 @@ fi)
AC_DEFUN(AC_GIMP_CHECK,
[
AM_PATH_GTK(1.0.1,,
AM_PATH_GTK(1.1.0,,
AC_MSG_ERROR(Test for GTK failed. See the file 'INSTALL' for help.))
X_LIBS=$GTK_LIBS
X_CFLAGS=$GTK_CFLAGS