From 00dd296ff202631dc0d773755e970fcca5a25f68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 30 Jan 2016 00:56:42 +0000 Subject: Bump version numbers for next minor release: FLTK 1.4.0. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11088 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Enumerations.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Enumerations.H') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 19da48ac5..4bfba5052 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -69,14 +69,14 @@ FLTK remains mostly source-code compatible between minor version changes. */ -#define FL_MINOR_VERSION 3 +#define FL_MINOR_VERSION 4 /** The patch version for this library. FLTK remains binary compatible between patches. */ -#define FL_PATCH_VERSION 4 +#define FL_PATCH_VERSION 0 /** The FLTK version number as a \em double. -- cgit v1.2.3