mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
13 lines
401 B
Diff
13 lines
401 B
Diff
--- a/autogen.sh
|
|
+++ b/autogen.sh
|
|
@@ -25,6 +25,6 @@
|
|
|
|
-PV=$(cat VERSION | cut -d' ' -f1)
|
|
-LV=$(cat VERSION | cut -d' ' -f2)
|
|
-if test "x$(cat VERSION | cut -d' ' -f3)" = "xsvn"; then
|
|
+PV=$(cat VERSION.txt | cut -d' ' -f1)
|
|
+LV=$(cat VERSION.txt | cut -d' ' -f2)
|
|
+if test "x$(cat VERSION.txt | cut -d' ' -f3)" = "xsvn"; then
|
|
if test -d ".git/svn"; then
|
|
REV=$(LC_ALL=C git svn find-rev HEAD)
|