mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Release v105.0-1
This commit is contained in:
parent
bbfb175306
commit
6e4d53837b
1 changed files with 6 additions and 5 deletions
11
Makefile
11
Makefile
|
@ -44,11 +44,12 @@ help :
|
|||
|
||||
check :
|
||||
python3 scripts/update-version.py
|
||||
# cut -f1 version > version.tmp
|
||||
# mv -vf version.tmp version
|
||||
# @echo "Firefox version : " $$(cat version)
|
||||
# @echo "LibreWolf release : " $$(cat release)
|
||||
# @echo ""
|
||||
cut -f1 version > version.tmp
|
||||
mv -vf version.tmp version
|
||||
@echo ""
|
||||
@echo "Firefox version : " $$(cat version)
|
||||
@echo "LibreWolf release : " $$(cat release)
|
||||
@echo ""
|
||||
|
||||
|
||||
update :
|
||||
|
|
Loading…
Reference in a new issue