summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-07-27 19:26:11 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-07-27 19:26:11 +0000
commitd9eecaf4ab21a39b37eaf5f13bba523a61559781 (patch)
tree48943f84e5cc65aa86331df002cb2af986fd870d /configure.in
parent0043e7a44daa1b910d82d37a20c23b2b11245ed3 (diff)
Fix problems with new FLUID output, add common to closing braces to show
what widget is being closed, and bump the version number to 1.1.8 in the repo... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2249ee909..61a9a8986 100644
--- a/configure.in
+++ b/configure.in
@@ -36,7 +36,7 @@ AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=1
-FL_PATCH_VERSION=7
+FL_PATCH_VERSION=8
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
AC_SUBST(FL_MAJOR_VERSION)