mirror of https://github.com/GNOME/gimp.git
forgot to actually bump the version number.
2000-04-30 Michael Natterer <mitch@gimp.org> * libgimp/gimpprotocol.h: forgot to actually bump the version number.
This commit is contained in:
parent
2ad84fff2a
commit
2ab434810d
|
@ -1,3 +1,7 @@
|
|||
2000-04-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/gimpprotocol.h: forgot to actually bump the version number.
|
||||
|
||||
2000-04-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/common/[a-g]*.c: use gimp_ui_init(). Minor cleanups like
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
/* Increment every time the protocol changes
|
||||
*/
|
||||
#define GP_VERSION 0x0003
|
||||
#define GP_VERSION 0x0004
|
||||
|
||||
|
||||
enum
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
/* Increment every time the protocol changes
|
||||
*/
|
||||
#define GP_VERSION 0x0003
|
||||
#define GP_VERSION 0x0004
|
||||
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in New Issue