changed gimp_version to 2.2-pre1, to match the naming scheme of the 2.0

2004-10-31  Sven Neumann  <sven@gimp.org>

	* configure.in: changed gimp_version to 2.2-pre1, to match the
	naming scheme of the 2.0 pre-releases.
This commit is contained in:
Sven Neumann 2004-10-31 21:35:36 +00:00 committed by Sven Neumann
parent 8c65754401
commit c30485a942
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-31 Sven Neumann <sven@gimp.org>
* configure.in: changed gimp_version to 2.2-pre1, to match the
naming scheme of the 2.0 pre-releases.
2004-10-31 Sven Neumann <sven@gimp.org>
* plug-ins/common/newsprint.c: removed an unused variable.

View File

@ -21,7 +21,7 @@ m4_define([gimp_binary_age],
[m4_eval(100 * gimp_minor_version + gimp_micro_version)])
# For overriding the version string. Comment out if not needed.
m4_define([gimp_version], [2.2.0-pre1])
m4_define([gimp_version], [2.2-pre1])
# This is the X.Y used in -lgimp-X.Y
m4_define([gimp_api_version], [2.0])