From af91ba74762244a570d775a673e9f8d6986e49c0 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Fri, 5 Jun 1998 22:39:50 +0000 Subject: [PATCH] 1.0 fun :) -Yosh --- ChangeLog | 4 ++-- NEWS | 1 + README | 2 +- configure.in | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d59c416c32..1b2126594e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Thu Jun 4 18:12:14 MEST 1998 Sven Neumann +Tue Jun 2 16:40:33 PDT 1998 Manish Singh - * updated screenshot plug-in + * Made 1.0.0 release Tue Jun 2 16:15:51 PDT 1998 Manish Singh diff --git a/NEWS b/NEWS index e69de29bb2..43a8fc1144 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +GIMP 1.0 Released! diff --git a/README b/README index 0ac8c80bc5..6f372daa9b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ The GIMP: the GNU Image Manipulation Program -------------------------------------------- -The main difference between v0.99.31 and much earlier versions is the +The main difference between v1.0 and much earlier versions is the use of a tile based memory management for images. This allows the GIMP to work with images much larger than physical memory in a usable fashion. Before such memory management, the GIMP was nearly unusable diff --git a/configure.in b/configure.in index 20950093fe..87ba8071cb 100644 --- a/configure.in +++ b/configure.in @@ -3,11 +3,11 @@ AC_INIT(gimprc.in) dnl Initialize automake stuff dnl $Format: "GIMP_MAJOR_VERSION=$ReleaseMajorVersion$" $ -GIMP_MAJOR_VERSION=0 +GIMP_MAJOR_VERSION=1 dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $ -GIMP_MINOR_VERSION=99 +GIMP_MINOR_VERSION=0 dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $ -GIMP_MICRO_VERSION=31 +GIMP_MICRO_VERSION=0 GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION