Sha256: fd75d8a9bcb7376d046aa85ae5dd17df18d5d654f635cbd42237a18033fd984d

Contents?: true

Size: 1.33 KB

Versions: 65

Compression:

Stored size: 1.33 KB

Contents

#include <winver.h>
#include "../../include/git2/version.h"

#ifndef LIBGIT2_FILENAME
# define LIBGIT2_FILENAME "git2"
#endif

#ifndef LIBGIT2_COMMENTS
# define LIBGIT2_COMMENTS "For more information visit http://libgit2.github.com/"
#endif

VS_VERSION_INFO		VERSIONINFO	MOVEABLE IMPURE LOADONCALL DISCARDABLE
  FILEVERSION		LIBGIT2_VER_MAJOR,LIBGIT2_VER_MINOR,LIBGIT2_VER_REVISION,LIBGIT2_VER_PATCH
  PRODUCTVERSION	LIBGIT2_VER_MAJOR,LIBGIT2_VER_MINOR,LIBGIT2_VER_REVISION,LIBGIT2_VER_PATCH
  FILEFLAGSMASK		VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
  FILEFLAGS		VS_FF_DEBUG
#else
  FILEFLAGS		0
#endif
  FILEOS		VOS_NT_WINDOWS32
  FILETYPE		VFT_DLL
  FILESUBTYPE	VFT2_UNKNOWN
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    //language ID = U.S. English, char set = Windows, Multilingual
    BEGIN
      VALUE "FileDescription",	"libgit2 - the Git linkable library\0"
      VALUE "FileVersion",	LIBGIT2_VERSION "\0"
      VALUE "InternalName",	LIBGIT2_FILENAME ".dll\0"
      VALUE "LegalCopyright",	"Copyright (C) the libgit2 contributors. All rights reserved.\0"
      VALUE "OriginalFilename",	LIBGIT2_FILENAME ".dll\0"
      VALUE "ProductName",	"libgit2\0"
      VALUE "ProductVersion",	LIBGIT2_VERSION "\0"
      VALUE "Comments",		LIBGIT2_COMMENTS "\0"
    END
  END
  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x0409, 1252
  END
END

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
rugged-1.0.1 vendor/libgit2/src/win32/git2.rc
rugged-0.28.5 vendor/libgit2/src/win32/git2.rc
rugged-1.0.0 vendor/libgit2/src/win32/git2.rc
rugged-0.99.0 vendor/libgit2/src/win32/git2.rc
rugged-0.27.10.1 vendor/libgit2/src/win32/git2.rc
rugged-0.28.4.1 vendor/libgit2/src/win32/git2.rc
rugged-0.28.4 vendor/libgit2/src/win32/git2.rc
rugged-0.27.10 vendor/libgit2/src/win32/git2.rc
rugged-0.28.3.1 vendor/libgit2/src/win32/git2.rc
rugged-0.27.9 vendor/libgit2/src/win32/git2.rc
rugged-0.28.2 vendor/libgit2/src/win32/git2.rc
rugged-0.28.1 vendor/libgit2/src/win32/git2.rc
rugged-0.28.0 vendor/libgit2/src/win32/git2.rc
rugged-0.27.7 vendor/libgit2/src/win32/git2.rc
rugged-0.27.5 vendor/libgit2/src/win32/git2.rc
rugged-0.26.7 vendor/libgit2/src/win32/git2.rc
rugged-0.26.6 vendor/libgit2/src/win32/git2.rc
rugged-0.27.4 vendor/libgit2/src/win32/git2.rc
rugged-0.27.2 vendor/libgit2/src/win32/git2.rc
rugged-0.27.1 vendor/libgit2/src/win32/git2.rc