Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Update Brightray w/ chomium 49.0.2623.87 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Mar 20, 2016
1 parent a0b97ae commit d371e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atom/common/chrome_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef ATOM_COMMON_CHROME_VERSION_H_
#define ATOM_COMMON_CHROME_VERSION_H_

#define CHROME_VERSION_STRING "49.0.2623.75"
#define CHROME_VERSION_STRING "49.0.2623.87"
#define CHROME_VERSION "v" CHROME_VERSION_STRING

#endif // ATOM_COMMON_CHROME_VERSION_H_
2 changes: 1 addition & 1 deletion script/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'b06d4c307b861cdb091f4ba26b1a185333889033'
LIBCHROMIUMCONTENT_COMMIT = 'bf2a22370f3692e693d4c7f7acf0e0efccbefe90'

PLATFORM = {
'cygwin': 'win32',
Expand Down

0 comments on commit d371e9a

Please sign in to comment.