diff --git a/pkg-def.scm b/pkg-def.scm
index cf73a6c..bb11416 100644
--- a/pkg-def.scm
+++ b/pkg-def.scm
@@ -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" "
" #t #f
,(bin-dir) ,identity ,identity)))
diff --git a/scheme/install-lib/install-lib-version.scm b/scheme/install-lib/install-lib-version.scm
index 0534a4f..914f860 100644
--- a/scheme/install-lib/install-lib-version.scm
+++ b/scheme/install-lib/install-lib-version.scm
@@ -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))