A git-only SBCL workflow
[sbcl.git] / make.sh
diff --git a/make.sh b/make.sh
index 39cf802..e054c72 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -192,6 +192,9 @@ export DEVNULL
 . ./find-gnumake.sh
 find_gnumake
 
+. ./generate-version.sh
+generate_version
+
 # If you're cross-compiling, you should probably just walk through the
 # make-config.sh script by hand doing the right thing on both the host
 # and target machines.