Fixed version number.
This commit is contained in:
parent
056ab83f84
commit
34aeec9e91
|
@ -1,3 +1,7 @@
|
||||||
|
version 1.1
|
||||||
|
* renamed aux to auxies to avoid problems in Cygwin due to the file
|
||||||
|
name AUX reserved by Windows.
|
||||||
|
|
||||||
version 1.0
|
version 1.0
|
||||||
* New package system.
|
* New package system.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(define-package "tiff"
|
(define-package "tiff"
|
||||||
(1 0)
|
(1 1)
|
||||||
()
|
()
|
||||||
(write-to-load-script
|
(write-to-load-script
|
||||||
`((config)
|
`((config)
|
||||||
|
|
Loading…
Reference in New Issue