mirror of https://github.com/fltk/fltk
Update even more version numbers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
618eb31b20
commit
61923a5bf8
2
CREDITS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue