bump to 106.0.2

This commit is contained in:
Bert van der Weerd 2022-10-30 15:22:43 +01:00
parent d19a684f80
commit d276dc33d7
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 2 additions and 1 deletions

View file

@ -73,6 +73,7 @@ $(mozbuild)/vs.tar.zst : # cache this file
bootstrap : dir winsdk bootstrap : dir winsdk
(cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser) (cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser)
# Rust supports aarch64-linux-android, arm-linux-androideabi, i686-linux-android, thumbv7neon-linux-androideabi, x86_64-linux-android, x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu targets.
~/.cargo/bin/rustup target add x86_64-pc-windows-msvc ~/.cargo/bin/rustup target add x86_64-pc-windows-msvc
( export t=$$(pwd)/librewolf-$(full_version) && \ ( export t=$$(pwd)/librewolf-$(full_version) && \
cd $(mozbuild) && \ cd $(mozbuild) && \

View file

@ -1 +1 @@
106.0.1 106.0.2