From 0b246edd2f7d2bc1ae51964b1026022c117883af Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 9 Jun 2001 01:18:43 +0000 Subject: [PATCH] Set version variables in makefile so that calling makefiles can determine which gui library version they are using git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10131 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e62b90f70..24c21d522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ +Sat Jun 9 04:04:46 2001 Nicola Pero + + * gui.make: Moved to gui.make.in. + * gui.make.in: New file with code from gui.make; + (GNUSTEP_GUI_VERSION, GNUSTEP_GUI_MAJOR_VERSION), + (GNUSTEP_GUI_MINOR_VERSION, GNUSTEP_GUI_SUBMINOR_VERSION): New + variables set up at configure time. + * configure.in: Source ./Version and substitute the new version + variables; generate gui.make from gui.make.in. + * configure: Regenerated. + Sat Jun 9 02:54:37 2001 Nicola Pero * Source/NSTextView.m (NSTEXTVIEW_SYNC): Use full selector as argument to the macro to prevent warning/problems with new compilers. Updated all calling code. - + 2000-06-08 Fred Kiefer * Source/NSBitmapImageRep.m