diff --git a/Headers/gnustep/base/preface.h.in b/Headers/gnustep/base/preface.h.in index c9cb0c3ed..5d6e954d0 100644 --- a/Headers/gnustep/base/preface.h.in +++ b/Headers/gnustep/base/preface.h.in @@ -60,9 +60,12 @@ #include @class String; -/* The following two lines are maintained by the libobjects Makefile */ -#define OBJECTS_VERSION 0.1.4 -#define OBJECTS_GCC_VERSION 2.6.1 +/* The following five lines are maintained by the libobjects Makefile */ +#define OBJECTS_VERSION 0.1.5 +#define OBJECTS_MAJOR_VERSION 0 +#define OBJECTS_MINOR_VERSION 1 +#define OBJECTS_SUBMINOR_VERSION 5 +#define OBJECTS_GCC_VERSION 2.6.3 extern const char objects_version[]; extern const char objects_gcc_version[]; @@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;}) #endif #endif /* __stdobjects_h_OBJECTS_INCLUDE */ - - - diff --git a/Headers/gnustep/base/stdobjects.h.in b/Headers/gnustep/base/stdobjects.h.in index c9cb0c3ed..5d6e954d0 100644 --- a/Headers/gnustep/base/stdobjects.h.in +++ b/Headers/gnustep/base/stdobjects.h.in @@ -60,9 +60,12 @@ #include @class String; -/* The following two lines are maintained by the libobjects Makefile */ -#define OBJECTS_VERSION 0.1.4 -#define OBJECTS_GCC_VERSION 2.6.1 +/* The following five lines are maintained by the libobjects Makefile */ +#define OBJECTS_VERSION 0.1.5 +#define OBJECTS_MAJOR_VERSION 0 +#define OBJECTS_MINOR_VERSION 1 +#define OBJECTS_SUBMINOR_VERSION 5 +#define OBJECTS_GCC_VERSION 2.6.3 extern const char objects_version[]; extern const char objects_gcc_version[]; @@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;}) #endif #endif /* __stdobjects_h_OBJECTS_INCLUDE */ - - - diff --git a/Source/objects/stdobjects.h.in b/Source/objects/stdobjects.h.in index c9cb0c3ed..5d6e954d0 100644 --- a/Source/objects/stdobjects.h.in +++ b/Source/objects/stdobjects.h.in @@ -60,9 +60,12 @@ #include @class String; -/* The following two lines are maintained by the libobjects Makefile */ -#define OBJECTS_VERSION 0.1.4 -#define OBJECTS_GCC_VERSION 2.6.1 +/* The following five lines are maintained by the libobjects Makefile */ +#define OBJECTS_VERSION 0.1.5 +#define OBJECTS_MAJOR_VERSION 0 +#define OBJECTS_MINOR_VERSION 1 +#define OBJECTS_SUBMINOR_VERSION 5 +#define OBJECTS_GCC_VERSION 2.6.3 extern const char objects_version[]; extern const char objects_gcc_version[]; @@ -105,6 +108,3 @@ LAMBDA(BOOL, (id _o), {if ([_o perform:SELECTOR]) return YES; else return NO;}) #endif #endif /* __stdobjects_h_OBJECTS_INCLUDE */ - - -