summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-07 12:11:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-07 12:11:53 +0000
commitaa9f41e7d8e6f1e843415fce249426fbd5eedeb3 (patch)
tree9d2c90d9ec81f78bf26e38be530cd1756661873f
parent7bf3c4e2eb2cf0236f1685da9483a9aa6f075b76 (diff)
Hopefully the last of the easysw.com -> fltk.org changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1178 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configh.in6
-rw-r--r--fltk.list8
-rw-r--r--fltk.spec8
-rw-r--r--visualc/config.h8
4 files changed, 15 insertions, 15 deletions
diff --git a/configh.in b/configh.in
index 39076a279..0c6531b18 100644
--- a/configh.in
+++ b/configh.in
@@ -1,5 +1,5 @@
/*
- * "$Id: configh.in,v 1.11.2.3 2000/04/25 22:15:40 mike Exp $"
+ * "$Id: configh.in,v 1.11.2.4 2000/06/07 12:11:52 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA.
*
- * Please report all bugs and problems to "FLTK-bugs@easysw.com".
+ * Please report all bugs and problems to "fltk-bugs@fltk.org".
*/
/*
@@ -153,5 +153,5 @@
#define HAVE_POLL 0
/*
- * End of "$Id: configh.in,v 1.11.2.3 2000/04/25 22:15:40 mike Exp $".
+ * End of "$Id: configh.in,v 1.11.2.4 2000/06/07 12:11:52 mike Exp $".
*/
diff --git a/fltk.list b/fltk.list
index f3f7d219c..7cf710afc 100644
--- a/fltk.list
+++ b/fltk.list
@@ -1,5 +1,5 @@
#
-# "$Id: fltk.list,v 1.1.2.2 2000/04/27 00:17:51 mike Exp $"
+# "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $"
#
# EPM product list file for the Fast Light Tool Kit (FLTK).
#
@@ -22,7 +22,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
-# Please report all bugs and problems to "fltk-bugs@easysw.com".
+# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
%product Fast Light Tool Kit (FLTK)
@@ -30,7 +30,7 @@
%vendor LGPL
%license COPYING
%readme README
-%version 1.0.8
+%version 1.0.9
%description FLTK is a cross-platform GUI toolkit for C++.
# FLUID
@@ -377,5 +377,5 @@ f 0444 root sys /usr/share/doc/fltk/value_slider.gif documentation/value_slider.
f 0444 root sys /usr/share/doc/fltk/widgets.html documentation/widgets.html
#
-# End of "$Id: fltk.list,v 1.1.2.2 2000/04/27 00:17:51 mike Exp $".
+# End of "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $".
#
diff --git a/fltk.spec b/fltk.spec
index 2eadae2b6..d0617af82 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -1,5 +1,5 @@
#
-# "$Id: fltk.spec,v 1.1.2.3 2000/06/04 20:54:56 mike Exp $"
+# "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $"
#
# RPM spec file for FLTK.
#
@@ -20,10 +20,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
-# Please report all bugs and problems to "fltk-bugs@easysw.com".
+# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
-%define version 1.0.8
+%define version 1.0.9
%define release 1
%define prefix /usr
@@ -90,5 +90,5 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/share/doc/fltk/*
#
-# End of "$Id: fltk.spec,v 1.1.2.3 2000/06/04 20:54:56 mike Exp $".
+# End of "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $".
#
diff --git a/visualc/config.h b/visualc/config.h
index 092203b22..d2eadc894 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,9 +1,9 @@
/*
- * "$Id: config.h,v 1.5.2.1 2000/04/25 22:17:00 mike Exp $"
+ * "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
- * Copyright 1998 by Bill Spitzak and others.
+ * Copyright 1998-2000 by Bill Spitzak and others.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA.
*
- * Please report all bugs and problems to "FLTK-bugs@easysw.com".
+ * Please report all bugs and problems to "fltk-bugs@fltk.org".
*/
/*
@@ -138,5 +138,5 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.h,v 1.5.2.1 2000/04/25 22:17:00 mike Exp $".
+ * End of "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $".
*/