Staging
v0.5.1
https://github.com/git/git
Revision 0bc85abb7aa9b24b093253018801a0fb43d01122 authored by Junio C Hamano on 09 April 2014, 19:04:34 UTC, committed by Junio C Hamano on 09 April 2014, 19:04:34 UTC
The second maintenance release for Git 1.9; contains all the fixes
that are scheduled to appear in Git 2.0.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3c9e56b
Raw File
Tip revision: 0bc85abb7aa9b24b093253018801a0fb43d01122 authored by Junio C Hamano on 09 April 2014, 19:04:34 UTC
Git 1.9.2
Tip revision: 0bc85ab
git.rc
1 VERSIONINFO
FILEVERSION     MAJOR,MINOR,0,0
PRODUCTVERSION  MAJOR,MINOR,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904b0"   /* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */
    BEGIN
      VALUE "CompanyName", "The Git Development Community\0"
      VALUE "FileDescription", "Git for Windows\0"
      VALUE "InternalName", "git\0"
      VALUE "OriginalFilename", "git.exe\0"
      VALUE "ProductName", "Git\0"
      VALUE "ProductVersion", GIT_VERSION "\0"
    END
  END

  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x409, 1200
  END
END
back to top