Author: ianmacarthur
Date: 2013-01-16 04:48:29 -0800 (Wed, 16 Jan 2013)
New Revision: 9796
Log:
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.


Modified:
   branches/branch-1.3/configure.in

Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in    2013-01-16 08:45:35 UTC (rev 9795)
+++ branches/branch-1.3/configure.in    2013-01-16 12:48:29 UTC (rev 9796)
@@ -38,7 +38,7 @@
 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)

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to