diff --git a/scheme/install-lib/install-lib-version.scm b/scheme/install-lib/install-lib-version.scm index 914f860..a6d5246 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 2 0)) +(define install-lib-version '(1 3 0))