summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:28:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:28:27 +0000
commitc024a43be8171b4114bb3a25d56ef8eb1f95d667 (patch)
tree06004b338cc387f05486a36c0a704a078fa6ff02
parent862aa02d59f0eb919c24f7fe581a02628352f894 (diff)
Changed the version number to 1.0.
git-svn-id: file:///fltk/svn/fltk/trunk@39 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--fluid/fluid.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 7ffc891b7..2f9f11d1f 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fluid.cxx,v 1.4 1998/10/21 16:29:00 mike Exp $"
+// "$Id: fluid.cxx,v 1.5 1998/10/21 17:28:27 mike Exp $"
//
// FLUID main entry for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
//
const char *copyright =
-"The FLTK user interface designer version 0.99\n"
+"The FLTK user interface designer version 1.0\n"
"Copyright 1998 Bill Spitzak\n"
"\n"
"This library is free software; you can redistribute it and/or "
@@ -407,5 +407,5 @@ int main(int argc,char **argv) {
}
//
-// End of "$Id: fluid.cxx,v 1.4 1998/10/21 16:29:00 mike Exp $".
+// End of "$Id: fluid.cxx,v 1.5 1998/10/21 17:28:27 mike Exp $".
//