From 232ef4e1599b22e6d1426147ea594193d64f01a1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 12 Apr 2008 19:16:19 +0000 Subject: Updated 1.3 with changes from 1.1.9 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 53918a8ac..48ba3429f 100644 --- a/configure.in +++ b/configure.in @@ -35,8 +35,8 @@ AC_INIT(src/Fl.cxx) dnl FLTK library versions... FL_MAJOR_VERSION=1 -FL_MINOR_VERSION=1 -FL_PATCH_VERSION=8 +FL_MINOR_VERSION=3 +FL_PATCH_VERSION=0 FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION} AC_SUBST(FL_MAJOR_VERSION) -- cgit v1.2.3