]> gitweb.factorcode.org Git - factor.git/blobdiff - build-support/factor.cmd
VM: Three new special objects added to keep track of the builds version number, git...
[factor.git] / build-support / factor.cmd
index 6b58fd29ca9e7900ca37450f157d74c7e747e284..98f545d4edcc61e4881057ba127115c31299c940 100644 (file)
@@ -27,6 +27,11 @@ if not errorlevel 1 (
     ) else goto nocl\r
 )\r
 \r
+git describe --all --long > git_label.tmp\r
+set /p git_label= < git_label.tmp\r
+\r
+set version=0.97\r
+\r
 if %_bootimage_version%==clean (\r
     set _git_branch=clean-windows-%_target%\r
     set _bootimage_path=clean/windows-%_target%\r
@@ -87,4 +92,3 @@ echo     If clean is specified, then the working copy is updated to the
 echo     upstream "clean-windows-*" branch corresponding to the current\r
 echo     platform and the corresponding boot image is downloaded.\r
 goto :EOF\r
-\r