From e7975c700b530028d5d6e8c09b190891a0b18ff5 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sat, 1 Apr 1995 17:19:11 +0000 Subject: [PATCH] (OBJECTS_MAJOR_VERSION, OBJECTS_MINOR_VERSION, OBJECTS_SUBMINOR_VERSION): New #define's. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@217 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/preface.h.in | 12 ++++++------ Headers/gnustep/base/stdobjects.h.in | 12 ++++++------ Source/objects/stdobjects.h.in | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) 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 */ - - -