diff options
| -rw-r--r-- | CREDITS | 2 | ||||
| -rw-r--r-- | cairo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.0 +CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.2 -------------------------------------------------- This file lists the people responsible for the toolkit you diff --git a/cairo/Makefile b/cairo/Makefile index 0fc217e3f..636cc7705 100644 --- a/cairo/Makefile +++ b/cairo/Makefile @@ -53,7 +53,7 @@ libfltk_cairo.1.3.dylib: $(CAIROOBJECTS) ../src/libfltk.1.3.dylib echo $(DSOCOMMAND) $@ ... $(DSOCOMMAND) $@ \ -install_name $(libdir)/$@ \ - -current_version 1.3.0 \ + -current_version 1.3.2 \ -compatibility_version 1.3.0 \ $(CAIROOBJECTS) -L../src $(LDLIBS) $(CAIROLIBS) -lfltk $(RM) libfltk_cairo.dylib |
