mirror of https://github.com/GNOME/gimp.git
parent
f7d77d8b45
commit
af91ba7476
|
@ -1,6 +1,6 @@
|
|||
Thu Jun 4 18:12:14 MEST 1998 Sven Neumann <sven@gimp.org>
|
||||
Tue Jun 2 16:40:33 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* updated screenshot plug-in
|
||||
* Made 1.0.0 release
|
||||
|
||||
Tue Jun 2 16:15:51 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
|
|
2
README
2
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue