Skip to content

Commit 7a4ca7e

Browse files
committed
update chrome version string to 41.0.2272.32
1 parent e46bf59 commit 7a4ca7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nw_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING
4545

46-
#define CHROME_VERSION "41.0.2236.2"
46+
#define CHROME_VERSION "41.0.2272.32"
4747

4848
#define NW_VERSION_AT_LEAST(major, minor, patch) \
4949
(( (major) < NW_MAJOR_VERSION) \

0 commit comments

Comments
 (0)