- bumped version to 1.2.0

This commit is contained in:
michel-schinz 2004-11-08 19:57:32 +00:00
parent c3a451bea4
commit 9acbc237e0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ exec scsh -le ~a/load.scm -o install-lib -e install-main -s "$0" "$@"
END
)
(define-package "install-lib" (1 1 2)
(define-package "install-lib" (1 2 0)
((options (bindir "Destination directory for executables" "<dir>" #t #f
,(bin-dir) ,identity ,identity)))

View File

@ -23,4 +23,4 @@
;; requested "major" number matches the one of the library, and the
;; 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))