1994-11-08 20:12:12 +00:00
|
|
|
/* Support for general purpose definitions for libobjects.
|
1996-04-17 15:08:10 +00:00
|
|
|
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
|
1994-11-04 16:29:24 +00:00
|
|
|
|
1996-04-17 20:17:45 +00:00
|
|
|
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
1996-04-17 15:08:10 +00:00
|
|
|
Created: May 1993
|
1994-11-04 16:29:24 +00:00
|
|
|
|
1996-05-12 00:56:10 +00:00
|
|
|
This file is part of the GNUstep Base Library.
|
1994-11-04 16:29:24 +00:00
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
2007-09-14 11:36:11 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
1994-11-04 16:29:24 +00:00
|
|
|
License as published by the Free Software Foundation; either
|
2008-06-08 10:38:33 +00:00
|
|
|
version 2 of the License, or (at your option) any later version.
|
2005-02-22 11:22:44 +00:00
|
|
|
|
1994-11-04 16:29:24 +00:00
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2019-12-09 23:36:00 +00:00
|
|
|
Lesser General Public License for more details.
|
1994-11-04 16:29:24 +00:00
|
|
|
|
2007-09-14 11:36:11 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
1994-11-04 16:29:24 +00:00
|
|
|
License along with this library; if not, write to the Free
|
2024-11-07 13:37:59 +00:00
|
|
|
Software Foundation, Inc., 31 Milk Street #960789 Boston, MA 02196 USA.
|
2005-02-22 11:22:44 +00:00
|
|
|
*/
|
1994-11-04 16:29:24 +00:00
|
|
|
|
2010-07-13 10:35:13 +00:00
|
|
|
#import "common.h"
|
1994-11-04 16:29:24 +00:00
|
|
|
|
2005-11-11 14:25:38 +00:00
|
|
|
const char *gnustep_base_version = STRINGIFY (GNUSTEP_BASE_VERSION);
|
1994-11-04 16:29:24 +00:00
|
|
|
|