summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-05-26 01:45:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-05-26 01:45:18 +0000
commit83df87d710ff4484594f057bbec04b0398f15ef5 (patch)
tree0f85c30487fc1a86c8f00dba91de30b15b5485fb
parenta841de469c071cfdccb8ac00003584c95a2a4f2e (diff)
Update to 1.1.4rc1 for testing...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2999 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES2
-rw-r--r--configure.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index c6be61f4e..02706e8a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGES IN FLTK 1.1.4
+CHANGES IN FLTK 1.1.4rc1
- The file chooser did not reset the click count when
changing directories; if you clicked on a file in the
diff --git a/configure.in b/configure.in
index ff3d009a0..0baac913b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl -*- sh -*-
dnl the "configure" script is made from this by running GNU "autoconf"
dnl
-dnl "$Id: configure.in,v 1.33.2.31.2.96 2003/02/13 21:58:02 easysw Exp $"
+dnl "$Id: configure.in,v 1.33.2.31.2.97 2003/05/26 01:45:18 easysw Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -35,7 +35,7 @@ dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=1
FL_PATCH_VERSION=4
-FL_RELEASE_VERSION=
+FL_RELEASE_VERSION=rc1
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
AC_SUBST(FL_MAJOR_VERSION)
@@ -848,5 +848,5 @@ dnl Make sure the fltk-config script is executable...
chmod +x fltk-config
dnl
-dnl End of "$Id: configure.in,v 1.33.2.31.2.96 2003/02/13 21:58:02 easysw Exp $".
+dnl End of "$Id: configure.in,v 1.33.2.31.2.97 2003/05/26 01:45:18 easysw Exp $".
dnl