Skip to content

Commit

Permalink
Update tracked branch for angle and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Dec 7, 2023
1 parent 3849e52 commit b5eba0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Test-kivy() {
function Get-angle-deps() {
Invoke-WebRequest -Uri "https://storage.googleapis.com/chrome-infra/depot_tools.zip" -OutFile depot_tools.zip
7z x depot_tools.zip -odepot_tools
git clone -b "chromium/4758" --single-branch https://github.com/google/angle.git angle_src
git clone -b "chromium/6045" --single-branch https://github.com/google/angle.git angle_src
}

function Build-angle() {
Expand Down
2 changes: 1 addition & 1 deletion win/angle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import, print_function
from .common import *

__version__ = '0.3.3'
__version__ = '0.4.0'


def get_angle(cache, build_path, arch, package, output, download_only=False):
Expand Down

0 comments on commit b5eba0c

Please sign in to comment.