diff options
-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!" |