From d9eecaf4ab21a39b37eaf5f13bba523a61559781 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 27 Jul 2006 19:26:11 +0000 Subject: Fix problems with new FLUID output, add common to closing braces to show what widget is being closed, and bump the version number to 1.1.8 in the repo... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Enumerations.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 7e8127393..257af0eb7 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -47,7 +47,7 @@ #define FL_MAJOR_VERSION 1 #define FL_MINOR_VERSION 1 -#define FL_PATCH_VERSION 7 +#define FL_PATCH_VERSION 8 #define FL_VERSION ((double)FL_MAJOR_VERSION + \ (double)FL_MINOR_VERSION * 0.01 + \ (double)FL_PATCH_VERSION * 0.0001) -- cgit v1.2.3