summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS2
-rw-r--r--cairo/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 60f26c153..2b23e40be 100644
--- a/CREDITS
+++ b/CREDITS
@@ -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