Updated version to 1.0.8.

Applied colors patch.

Updated doco makefile for current version of HTMLDOC.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2000-02-25 03:44:22 +00:00
parent 42ebf79306
commit aee4def606
5 changed files with 32 additions and 18 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
//
// "$Id: code.cxx,v 1.9.2.2 1999/08/05 08:01:39 bill Exp $"
// "$Id: code.cxx,v 1.9.2.3 2000/02/25 03:44:21 mike Exp $"
//
// Code output routines for the Fast Light Tool Kit (FLTK).
//
@@ -264,7 +264,7 @@ int write_code(const char *s, const char *t) {
header_file = f;
}
const char *hdr = "\
// generated by Fast Light User Interface Designer (fluid) version %.2f\n\n";
// generated by Fast Light User Interface Designer (fluid) version %.4f\n\n";
fprintf(header_file, hdr, FL_VERSION);
fprintf(code_file, hdr, FL_VERSION);
@@ -312,5 +312,5 @@ void Fl_Type::write_code1() {
void Fl_Type::write_code2() {}
//
// End of "$Id: code.cxx,v 1.9.2.2 1999/08/05 08:01:39 bill Exp $".
// End of "$Id: code.cxx,v 1.9.2.3 2000/02/25 03:44:21 mike Exp $".
//