We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38a1c1 commit dff6e53Copy full SHA for dff6e53
src/nw_version.h
@@ -43,7 +43,7 @@
43
44
#define NW_VERSION "v" NW_VERSION_STRING
45
46
-#define CHROME_VERSION "32.0.1700.77"
+#define CHROME_VERSION "32.0.1700.107"
47
48
#define NW_VERSION_AT_LEAST(major, minor, patch) \
49
(( (major) < NW_MAJOR_VERSION) \
0 commit comments