Really commit the changes this time:

2003-06-20  Michael Natterer  <mitch@gimp.org>

	Really commit the changes this time:

	* configure.in: bumped version number to 1.3.16.

	* libgimpbase/gimpprotocol.h: increased protocol version number so
	old extensions will refuse to load.
This commit is contained in:
Michael Natterer
2003-06-20 10:36:28 +00:00
committed by Michael Natterer
parent bd6232537a
commit 3b1f805bb1
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2003-06-20 Michael Natterer <mitch@gimp.org>
Really commit the changes this time:
* configure.in: bumped version number to 1.3.16.
* libgimpbase/gimpprotocol.h: increased protocol version number so
old extensions will refuse to load.
2003-06-19 Sven Neumann <sven@gimp.org> 2003-06-19 Sven Neumann <sven@gimp.org>
* libgimp/gimp.[ch]: documentation fixes. * libgimp/gimp.[ch]: documentation fixes.

View File

@ -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=15 GIMP_MICRO_VERSION=16
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

View File

@ -27,7 +27,7 @@ G_BEGIN_DECLS
/* Increment every time the protocol changes /* Increment every time the protocol changes
*/ */
#define GP_VERSION 0x000D #define GP_VERSION 0x000E
enum enum