Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2011-10-09 20:37:41 +0400
committerSven Strickroth <email@cs-ware.de>2011-10-09 20:39:52 +0400
commit96fab093e3d7fa15e5085f36c51841fa6628cbe9 (patch)
treea9cfa148e892cb5ee3938f99fc0c6f5315acd5d8 /include/git2.h
parentda2281c7c0c450922533f6ee637d7bf59abc0fa3 (diff)
put version information in separate file
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/git2.h b/include/git2.h
index 9a0999a16..ad92809bb 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -8,10 +8,7 @@
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__
-#define LIBGIT2_VERSION "0.15.0"
-#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 15
-#define LIBGIT2_VER_REVISION 0
+#include "git2/version.h"
#include "git2/common.h"
#include "git2/errors.h"