summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-02-25 03:44:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-02-25 03:44:22 +0000
commitaee4def606931c802d214db91360d5d3524544dd (patch)
tree1de97031d5736e71af4d6976ead778be678a35f6 /fluid
parent42ebf79306f7840391bdcb2b363abcc09b591b0c (diff)
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
Diffstat (limited to 'fluid')
-rw-r--r--fluid/code.cxx6
-rw-r--r--fluid/file.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx
index 5d2270951..6503e02c9 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -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 $".
//
diff --git a/fluid/file.cxx b/fluid/file.cxx
index a1f90601b..2a6902bd3 100644
--- a/fluid/file.cxx
+++ b/fluid/file.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: file.cxx,v 1.7 1999/03/04 18:10:00 mike Exp $"
+// "$Id: file.cxx,v 1.7.2.1 2000/02/25 03:44:22 mike Exp $"
//
// Fluid file routines for the Fast Light Tool Kit (FLTK).
//
@@ -320,7 +320,7 @@ extern const char* code_file_name;
int write_file(const char *filename, int selected_only) {
if (!open_write(filename)) return 0;
write_string("# data file for the Fltk User Interface Designer (fluid)\n"
- "version %.2f",FL_VERSION);
+ "version %.4f",FL_VERSION);
if(!include_H_from_C)
write_string("\ndo_not_include_H_from_C");
if (!selected_only) {
@@ -592,5 +592,5 @@ void read_fdesign() {
}
//
-// End of "$Id: file.cxx,v 1.7 1999/03/04 18:10:00 mike Exp $".
+// End of "$Id: file.cxx,v 1.7.2.1 2000/02/25 03:44:22 mike Exp $".
//