File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (LPYTHON_BUILD_ALL)
77 execute_process (COMMAND "build0.sh" )
88endif ()
99
10- file (STRINGS "version " LFORTRAN_VERSION)
10+ file (STRINGS "lpython_version " LFORTRAN_VERSION)
1111
1212project (lpython LANGUAGES C CXX)
1313
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python lfortran/src/libasr/intrinsic_func_registry_util_gen.py
4141pushd src / lpython / parser & & re2c - W - b tokenizer .re - o tokenizer .cpp & & popd
4242pushd src / lpython / parser & & bison - Wall - d - r all parser .yy & & popd
4343
44- $lpython_version = $(cat version ).strip ()
44+ $lpython_version = $(cat lpython_version ).strip ()
4545$dest = "lpython-" + $lpython_version
4646bash ci / create_source_tarball0 .sh
4747tar xzf dist / lpython - $lpython_version .tar .gz
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ set -ex
1515
1616version=$( git describe --tags --dirty)
1717version=" ${version: 1} "
18- echo $version > version
18+ echo $version > lpython_version
You can’t perform that action at this time.
0 commit comments