summaryrefslogtreecommitdiff
path: root/src/git2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git2.h')
-rw-r--r--src/git2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/git2.h b/src/git2.h
index e7f56e924..70ab811f1 100644
--- a/src/git2.h
+++ b/src/git2.h
@@ -26,6 +26,11 @@
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__
+#define LIBGIT2_VERSION "0.3.0"
+#define LIBGIT2_VER_MAJOR 0
+#define LIBGIT2_VER_MINOR 3
+#define LIBGIT2_VER_REVISION 0
+
#include "git2/common.h"
#include "git2/errors.h"
#include "git2/zlib.h"