bumped version to 2.3.17.

2007-04-24  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.3.17.


svn path=/trunk/; revision=22317
This commit is contained in:
Sven Neumann 2007-04-24 19:11:33 +00:00 committed by Sven Neumann
parent 80f436aa5f
commit 7ceb682328
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-04-24 Sven Neumann <sven@gimp.org>
* configure.in: bumped version to 2.3.17.
2007-04-25 Mukund Sivaraman <muks@mukund.org>
* plug-ins/common/tiff.c: initialize the pages[] array with

View File

@ -8,7 +8,7 @@ AC_PREREQ(2.54)
m4_define([gimp_major_version], [2])
m4_define([gimp_minor_version], [3])
m4_define([gimp_micro_version], [16])
m4_define([gimp_micro_version], [17])
m4_define([gimp_real_version],
[gimp_major_version.gimp_minor_version.gimp_micro_version])
m4_define([gimp_version], [gimp_real_version])