diff --git a/ChangeLog b/ChangeLog index f5bc12a755..a74f22dc86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-06-20 Michael Natterer + + 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 * libgimp/gimp.[ch]: documentation fixes. diff --git a/configure.in b/configure.in index 11c18979d0..cc693fdd4c 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ GIMPPRINT_REQUIRED_VERSION=4.2.0 # GIMP_MAJOR_VERSION=1 GIMP_MINOR_VERSION=3 -GIMP_MICRO_VERSION=15 +GIMP_MICRO_VERSION=16 GIMP_INTERFACE_AGE=0 GIMP_BINARY_AGE=0 GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION diff --git a/libgimpbase/gimpprotocol.h b/libgimpbase/gimpprotocol.h index 9437327f48..2a9038a115 100644 --- a/libgimpbase/gimpprotocol.h +++ b/libgimpbase/gimpprotocol.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS /* Increment every time the protocol changes */ -#define GP_VERSION 0x000D +#define GP_VERSION 0x000E enum