mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
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
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user