File: version.c

package info (click to toggle)
r-cran-git2r 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 8,203; sh: 4,104; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
#include <git2.h>

#if LIBGIT2_VER_MAJOR < 1
#    error libgit2 version too old
#endif