(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
This commit is contained in:
Andrew McCallum 1995-04-01 17:19:11 +00:00
parent 4e2a1fc298
commit e7975c700b
3 changed files with 18 additions and 18 deletions

View file

@ -60,9 +60,12 @@
#include <objects/objc-malloc.h>
@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 */

View file

@ -60,9 +60,12 @@
#include <objects/objc-malloc.h>
@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 */

View file

@ -60,9 +60,12 @@
#include <objects/objc-malloc.h>
@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 */