Bump v0.21.0

This commit is contained in:
Cheng Zhao 2015-01-27 17:33:13 -08:00
parent f829f2eb0c
commit 8947d54cc9
4 changed files with 8 additions and 8 deletions

View file

@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,20,8,0
PRODUCTVERSION 0,20,8,0
FILEVERSION 0,21,0,0
PRODUCTVERSION 0,21,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Atom-Shell"
VALUE "FileVersion", "0.20.8"
VALUE "FileVersion", "0.21.0"
VALUE "InternalName", "atom.exe"
VALUE "LegalCopyright", "Copyright (C) 2013 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "atom.exe"
VALUE "ProductName", "Atom-Shell"
VALUE "ProductVersion", "0.20.8"
VALUE "ProductVersion", "0.21.0"
VALUE "SquirrelAwareVersion", "1"
END
END