]> git.proxmox.com Git - libgit2.git/blob - include/git2/version.h
4a824ffeab9e729b5781f731ff0574fad8ce7805
[libgit2.git] / include / git2 / version.h
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 "0.99.0"
11 #define LIBGIT2_VER_MAJOR 0
12 #define LIBGIT2_VER_MINOR 99
13 #define LIBGIT2_VER_REVISION 0
14 #define LIBGIT2_VER_PATCH 0
15
16 #define LIBGIT2_SOVERSION "0.99"
17
18 #endif