bumped version number to 1.3.17.
2003-07-01 Sven Neumann <sven@gimp.org> * configure.in: bumped version number to 1.3.17.
This commit is contained in:

committed by
Sven Neumann

parent
d75b958007
commit
5b181dcf4d
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* configure.in: bumped version number to 1.3.17.
|
||||||
|
|
||||||
2003-07-01 Michael Natterer <mitch@gimp.org>
|
2003-07-01 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* libgimp/gimpmenu.[ch]: removed all brush, font, gradient
|
* libgimp/gimpmenu.[ch]: removed all brush, font, gradient
|
||||||
|
12
NEWS
12
NEWS
@ -7,6 +7,16 @@ GIMP 1.3 is the development branch of The GIMP. Here's where the
|
|||||||
development takes place on the road to the next stable release.
|
development takes place on the road to the next stable release.
|
||||||
|
|
||||||
|
|
||||||
|
Overview of Changes in GIMP 1.3.17
|
||||||
|
==================================
|
||||||
|
- Cleaned up the brush/font/gradient/pattern selector API [Mitch]
|
||||||
|
- Support for patterns with alpha channel [Bolsh]
|
||||||
|
- Lots of bug fixes
|
||||||
|
|
||||||
|
Other contributors:
|
||||||
|
Manish Singh, Henrik Brix Andersen
|
||||||
|
|
||||||
|
|
||||||
Overview of Changes in GIMP 1.3.16
|
Overview of Changes in GIMP 1.3.16
|
||||||
==================================
|
==================================
|
||||||
- Vector tool improvements [Simon]
|
- Vector tool improvements [Simon]
|
||||||
@ -165,7 +175,7 @@ Overview of Changes in GIMP 1.3.10
|
|||||||
|
|
||||||
Other contributors:
|
Other contributors:
|
||||||
Maurits Rijk, Michael Niedermayer, Garry R. Osgood, David Necas,
|
Maurits Rijk, Michael Niedermayer, Garry R. Osgood, David Necas,
|
||||||
Toby Smith, Raphael Quinet, Dave Neary, Jim Meier
|
Toby Smith, Raphael Quinet, Dave Neary, Jim Meyer
|
||||||
|
|
||||||
|
|
||||||
Overview of Changes in GIMP 1.3.9
|
Overview of Changes in GIMP 1.3.9
|
||||||
|
@ -32,7 +32,7 @@ GIMPPRINT_REQUIRED_VERSION=4.2.0
|
|||||||
#
|
#
|
||||||
GIMP_MAJOR_VERSION=1
|
GIMP_MAJOR_VERSION=1
|
||||||
GIMP_MINOR_VERSION=3
|
GIMP_MINOR_VERSION=3
|
||||||
GIMP_MICRO_VERSION=16
|
GIMP_MICRO_VERSION=17
|
||||||
GIMP_INTERFACE_AGE=0
|
GIMP_INTERFACE_AGE=0
|
||||||
GIMP_BINARY_AGE=0
|
GIMP_BINARY_AGE=0
|
||||||
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
||||||
|
Reference in New Issue
Block a user