Update of /cvsroot/thinlisp/thinlisp-1.0/src/tl/c
In directory usw-pr-cvs1:/tmp/cvs-serv30893/tl/c
Modified Files:
tl-basics.c
Log Message:
Committing new version number for a bug fix release.
Index: tl-basics.c
===================================================================
RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tl/c/tl-basics.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tl-basics.c 2001/05/30 03:17:38 1.7
--- tl-basics.c 2001/10/13 02:57:58 1.8
***************
*** 777,782 ****
}
! static const Str_5 str_const_10
! = { 7, 3, 3, "1.0" };
/* Translated from LISP-IMPLEMENTATION-VERSION() = STRING */
--- 777,782 ----
}
! static const Str_9 str_const_10
! = { 7, 5, 5, "1.0.1" };
/* Translated from LISP-IMPLEMENTATION-VERSION() = STRING */
***************
*** 784,788 ****
unsigned char *lisp_implementation_version (void)
{
! return ((Str *)(&str_const_10))->body; /* "1.0" */
}
--- 784,788 ----
unsigned char *lisp_implementation_version (void)
{
! return ((Str *)(&str_const_10))->body; /* "1.0.1" */
}
|