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:
Sven Neumann
2003-07-01 15:12:21 +00:00
committed by Sven Neumann
parent d75b958007
commit 5b181dcf4d
3 changed files with 16 additions and 2 deletions

View File

@ -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>
* libgimp/gimpmenu.[ch]: removed all brush, font, gradient

12
NEWS
View File

@ -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.
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
==================================
- Vector tool improvements [Simon]
@ -165,7 +175,7 @@ Overview of Changes in GIMP 1.3.10
Other contributors:
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

View File

@ -32,7 +32,7 @@ GIMPPRINT_REQUIRED_VERSION=4.2.0
#
GIMP_MAJOR_VERSION=1
GIMP_MINOR_VERSION=3
GIMP_MICRO_VERSION=16
GIMP_MICRO_VERSION=17
GIMP_INTERFACE_AGE=0
GIMP_BINARY_AGE=0
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION