- bumped version to 1.2.0
This commit is contained in:
parent
c3a451bea4
commit
9acbc237e0
|
@ -10,7 +10,7 @@ exec scsh -le ~a/load.scm -o install-lib -e install-main -s "$0" "$@"
|
||||||
END
|
END
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-package "install-lib" (1 1 2)
|
(define-package "install-lib" (1 2 0)
|
||||||
((options (bindir "Destination directory for executables" "<dir>" #t #f
|
((options (bindir "Destination directory for executables" "<dir>" #t #f
|
||||||
,(bin-dir) ,identity ,identity)))
|
,(bin-dir) ,identity ,identity)))
|
||||||
|
|
||||||
|
|
|
@ -23,4 +23,4 @@
|
||||||
;; requested "major" number matches the one of the library, and the
|
;; requested "major" number matches the one of the library, and the
|
||||||
;; requested "minor" is smaller or equal to the one of the library.
|
;; requested "minor" is smaller or equal to the one of the library.
|
||||||
|
|
||||||
(define install-lib-version '(1 1 2))
|
(define install-lib-version '(1 2 0))
|
||||||
|
|
Loading…
Reference in New Issue