Change version to v0.32.4
This makes sure the native modules are built against the headers of v0.32.4, since Node.js v4.1.0 has bumped the module version.
This commit is contained in:
parent
2be6bdcf4a
commit
d28789b509
1 changed files with 1 additions and 1 deletions
2
atom.gyp
2
atom.gyp
|
@ -4,7 +4,7 @@
|
||||||
'product_name%': 'Electron',
|
'product_name%': 'Electron',
|
||||||
'company_name%': 'GitHub, Inc',
|
'company_name%': 'GitHub, Inc',
|
||||||
'company_abbr%': 'github',
|
'company_abbr%': 'github',
|
||||||
'version%': '0.32.3',
|
'version%': '0.32.4',
|
||||||
},
|
},
|
||||||
'includes': [
|
'includes': [
|
||||||
'filenames.gypi',
|
'filenames.gypi',
|
||||||
|
|
Loading…
Reference in a new issue