summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-11-29 15:01:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-11-29 15:01:43 +0000
commita50a8b702aec0849d778f6e36e9b5f5703dff48c (patch)
tree165d62e43d98e7df12c60131749eea938553585a /configure.in
parentde226bac0ad20b51e3b05ec237e331fd3456db9b (diff)
Changelog.
Prep for 1.1.7. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3927 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 184baf18e..680f3b1fa 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.122 2004/11/20 03:44:17 easysw Exp $"
+dnl "$Id: configure.in,v 1.33.2.31.2.123 2004/11/29 15:01:42 easysw Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -34,8 +34,8 @@ AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=1
-FL_PATCH_VERSION=6
-FL_RELEASE_VERSION=
+FL_PATCH_VERSION=7
+FL_RELEASE_VERSION=cvs
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
AC_SUBST(FL_MAJOR_VERSION)
@@ -928,5 +928,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.122 2004/11/20 03:44:17 easysw Exp $".
+dnl End of "$Id: configure.in,v 1.33.2.31.2.123 2004/11/29 15:01:42 easysw Exp $".
dnl