File scripts/deploy changed (mode: 100755) (index e628d2798..8d6b3f9dd) |
... |
... |
if [ "$target" = all ] || [ "$target" = update ]; then |
50 |
50 |
echo "Updating version number..." |
echo "Updating version number..." |
51 |
51 |
|
|
52 |
52 |
# update version in ChangeLogs |
# update version in ChangeLogs |
53 |
|
sed -i "s/to current\$/$ver ($(date '+%Y-%m-%d'))/" \ |
|
|
53 |
|
sed -i "s/to current\$/to $ver ($(date '+%Y-%m-%d'))/" \ |
54 |
54 |
ChangeLog ChangeLog.LuaAPI |
ChangeLog ChangeLog.LuaAPI |
55 |
55 |
|
|
56 |
56 |
# update version in configure script |
# update version in configure script |