summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-02-13 21:58:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-02-13 21:58:03 +0000
commit82a8a171e5f288ec9422ed6c1f6e195772549658 (patch)
tree5ae7640f7f98c3c7f58b2b06d864ce99befe3731 /configure.in
parent2715eba0461df2aaecb208f05f6b0dfc9ee4bba3 (diff)
Bump version number for next release.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2943 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e94da18da..ff3d009a0 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.95 2003/01/30 21:38:18 easysw Exp $"
+dnl "$Id: configure.in,v 1.33.2.31.2.96 2003/02/13 21:58:02 easysw Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -34,7 +34,7 @@ AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=1
-FL_PATCH_VERSION=3
+FL_PATCH_VERSION=4
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_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.95 2003/01/30 21:38:18 easysw Exp $".
+dnl End of "$Id: configure.in,v 1.33.2.31.2.96 2003/02/13 21:58:02 easysw Exp $".
dnl