1 /*
2  * Copyright (C) the libgit2 contributors. All rights reserved.
3  *
4  * This file is part of libgit2, distributed under the GNU GPL v2 with
5  * a Linking Exception. For full terms see the included COPYING file.
6  */
7 #ifndef INCLUDE_git_version_h__
8 #define INCLUDE_git_version_h__
9 
10 #define LIBGIT2_VERSION "1.1.0"
11 #define LIBGIT2_VER_MAJOR 1
12 #define LIBGIT2_VER_MINOR 1
13 #define LIBGIT2_VER_REVISION 0
14 #define LIBGIT2_VER_PATCH 0
15 
16 #define LIBGIT2_SOVERSION "1.1"
17 
18 #endif
19