diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-19 08:31:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-19 08:31:34 +0200 |
commit | dcf35eeaff7a71137bcf09a9a358f8415df8a87b (patch) | |
tree | 8ae80f0f6f3e52081d3741c927305c1d8fb1bdb3 | |
parent | 961add7fe6760f0bb8236d8146692706515c28f8 (diff) |
-rwxr-xr-x | dist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ done v=`cat xsde/version` bv=`cat ../build/build/version` -cv=`cat ../cutl/libcutl/version` -xfv=`cat libxsd-frontend/version` +cv=`cat ../cutl/libcutl/version.txt` +xfv=`cat libxsd-frontend/version.txt` echo "packaging xsde-$v" echo "EVERYTHING MUST BE COMMITTED!" |