From f40aece7ee572de466a524cb2986c6f37da42af4 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Wed, 16 Jan 2013 12:48:29 +0000 Subject: [PATCH] I just noticed that when 1.3.2 was released, the FL_PATCH_VERSION in configure.in was left at 1 rather than being bumped to 2. Though the FL_PATCH_VERSION in Enumerations.H seems to be fine, I think. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8345d1900..68ca1dbaa 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ AC_SUBST(USEMMFILES) dnl FLTK library versions... FL_MAJOR_VERSION=1 FL_MINOR_VERSION=3 -FL_PATCH_VERSION=1 +FL_PATCH_VERSION=2 FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION} AC_SUBST(FL_MAJOR_VERSION)