Skip to content

Commit 0ca1642

Browse files
committed
update to chromium 41.0.2272.76 and rc2
1 parent 54fc561 commit 0ca1642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nw_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
#else
3939
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
4040
NW_STRINGIFY(NW_MINOR_VERSION) "." \
41-
NW_STRINGIFY(NW_PATCH_VERSION) "-rc1"
41+
NW_STRINGIFY(NW_PATCH_VERSION) "-rc2"
4242
#endif
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING
4545

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

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

0 commit comments

Comments
 (0)