Get ready for version 0.6. NEWS fix: Tiff is scsh lib, not s48 lib.
This commit is contained in:
parent
a639237420
commit
5dfdf96152
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ INSTALL_DATA = $(INSTALL) -m 644
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
version := 0.5
|
version := 0.6
|
||||||
|
|
||||||
s48-interfaces := $(shell find s48 \
|
s48-interfaces := $(shell find s48 \
|
||||||
-maxdepth 2 -mindepth 2 \
|
-maxdepth 2 -mindepth 2 \
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -1,5 +1,9 @@
|
||||||
|
version 0.6
|
||||||
|
*
|
||||||
|
|
||||||
version 0.5
|
version 0.5
|
||||||
* New s48 libraries: procedure-tables, tiff
|
* New s48 libraries: procedure-tables.
|
||||||
|
* New scsh libraries: tiff.
|
||||||
|
|
||||||
version 0.4 2003-05-19
|
version 0.4 2003-05-19
|
||||||
* New file "sunterlib.scm" contains the old "interfaces.scm" and
|
* New file "sunterlib.scm" contains the old "interfaces.scm" and
|
||||||
|
|
Loading…
Reference in New Issue